Skip to content

Commit 44a7732

Browse files
authored
[DOCS] Add query rule operation summaries (#3219)
1 parent 9f6c82c commit 44a7732

File tree

12 files changed

+84
-47
lines changed

12 files changed

+84
-47
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 20 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: 20 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: 27 additions & 23 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
@@ -415,6 +415,7 @@ query-dsl-weighted-tokens-query,https://www.elastic.co/guide/en/elasticsearch/re
415415
query-dsl-wildcard-query,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wildcard-query.html
416416
query-dsl-wrapper-query,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wrapper-query.html
417417
query-dsl,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl.html
418+
query-rule,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-using-query-rules.html
418419
realtime,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/docs-get.html#realtime
419420
redact-processor,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/redact-processor.html
420421
regexp-syntax,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/regexp-syntax.html

specification/query_rules/delete_rule/QueryRuleDeleteRequest.ts

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

2222
/**
23-
* Deletes a query rule within a query ruleset.
23+
* Delete a query rule.
24+
* Delete a query rule within a query ruleset.
2425
* @rest_spec_name query_rules.delete_rule
2526
* @availability stack since=8.15.0 stability=stable
2627
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)