Skip to content

Commit

Permalink
[DOCS] Add ES|QL search operation summary (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Dec 4, 2024
1 parent dfbb09d commit 2d220a5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
6 changes: 5 additions & 1 deletion output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions specification/_doc_ids/table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ eql-sequences,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/e
eql-missing-events,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql-syntax.html#eql-missing-events
eql-syntax,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql-syntax.html
eql,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/eql.html
esql,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql.html
esql-query,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html
esql-query-params,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html#esql-rest-params
esql-returning-localized-results,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/esql-rest.html#esql-locale-param
Expand Down
4 changes: 3 additions & 1 deletion specification/esql/query/QueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ import { FieldValue } from '@_types/common'
import { QueryContainer } from '@_types/query_dsl/abstractions'

/**
* Executes an ES|QL request
* Run an ES|QL query.
* Get search results for an ES|QL (Elasticsearch query language) query.
* @rest_spec_name esql.query
* @availability stack since=8.11.0
* @availability serverless
* @doc_id esql-query
* @ext_doc_id esql
*/
export interface Request extends RequestBase {
query_parameters: {
Expand Down

0 comments on commit 2d220a5

Please sign in to comment.