Skip to content

Commit b6e3526

Browse files
lcawlgithub-actions[bot]
authored andcommitted
[DOCS] Add ES|QL search operation summary (#3208)
(cherry picked from commit 2d220a5)
1 parent 15f335f commit b6e3526

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 5 additions & 1 deletion
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: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

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

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ eql-sequences,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/e
151151
eql-missing-events,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql-syntax.html#eql-missing-events
152152
eql-syntax,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql-syntax.html
153153
eql,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql.html
154+
esql,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql.html
154155
esql-query,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html
155156
esql-query-params,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html#esql-rest-params
156157
esql-returning-localized-results,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html#esql-locale-param

specification/esql/query/QueryRequest.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ import { FieldValue } from '@_types/common'
2424
import { QueryContainer } from '@_types/query_dsl/abstractions'
2525

2626
/**
27-
* Executes an ES|QL request
27+
* Run an ES|QL query.
28+
* Get search results for an ES|QL (Elasticsearch query language) query.
2829
* @rest_spec_name esql.query
2930
* @availability stack since=8.11.0
3031
* @availability serverless
3132
* @doc_id esql-query
33+
* @ext_doc_id esql
3234
*/
3335
export interface Request extends RequestBase {
3436
query_parameters: {

0 commit comments

Comments
 (0)