Skip to content

Commit 87dd077

Browse files
authored
[DOCS] Edit some operation summaries (#3222)
1 parent 355291a commit 87dd077

File tree

7 files changed

+48
-30
lines changed

7 files changed

+48
-30
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/count/CountRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import { QueryContainer } from '@_types/query_dsl/abstractions'
2424
import { Operator } from '@_types/query_dsl/Operator'
2525

2626
/**
27+
* Count search results.
28+
* Get the number of documents matching a query.
2729
* @rest_spec_name count
2830
* @availability stack stability=stable
2931
* @availability serverless stability=stable visibility=public

specification/enrich/execute_policy/ExecuteEnrichPolicyRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { RequestBase } from '@_types/Base'
2121
import { Name } from '@_types/common'
2222

2323
/**
24-
* Creates the enrich index for an existing enrich policy.
24+
* Run an enrich policy.
25+
* Create the enrich index for an existing enrich policy.
2526
* @doc_id execute-enrich-policy-api
2627
* @rest_spec_name enrich.execute_policy
2728
* @availability stack since=7.5.0 stability=stable

specification/indices/exists_index_template/IndicesExistsIndexTemplateRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import { Name } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25+
* Check index templates.
26+
* Check whether index templates exist.
2527
* @rest_spec_name indices.exists_index_template
2628
* @availability stack stability=stable
2729
* @availability serverless stability=stable visibility=public

specification/indices/resolve_index/ResolveIndexRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { RequestBase } from '@_types/Base'
2121
import { ExpandWildcards, Names } from '@_types/common'
2222

2323
/**
24-
* Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
24+
* Resolve indices.
25+
* Resolve the names and/or index patterns for indices, aliases, and data streams.
2526
* Multiple patterns and remote clusters are supported.
2627
* @rest_spec_name indices.resolve_index
2728
* @availability stack since=7.9.0 stability=stable

0 commit comments

Comments
 (0)