Skip to content

Commit 868d0d6

Browse files
committed
Add more abbreviation annotations
1 parent 8bc4a49 commit 868d0d6

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -989,43 +989,9 @@ actions:
989989
description: Add x-model to LikeDocument schema
990990
update:
991991
x-model: true
992-
- target: "$.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties.query"
993-
description: "Remove query object from create datafeeds operation"
994-
remove: true
995-
- target: "$.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties"
996-
description: "Re-add a simplified query object in create datafeeds operation"
997-
update:
998-
query:
999-
x-abbreviated: true
1000-
type: object
1001-
description: >
1002-
The Elasticsearch query domain-specific language (DSL).
1003-
This value corresponds to the query object in an Elasticsearch search POST body.
1004-
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1005-
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
1006-
externalDocs:
1007-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1008-
description: Query DSL
1009992
- target: "$.components['schemas']['ml._types:Datafeed'].properties.query"
1010993
description: Remove query object from anomaly detection datafeed
1011994
remove: true
1012-
- target: "$.components['schemas']['ml._types:DatafeedConfig'].properties.query"
1013-
description: Remove query object from anomaly detection datafeed configuration
1014-
remove: true
1015-
- target: "$.components['schemas']['ml._types:DatafeedConfig'].properties"
1016-
description: Re-add a simplified query object in anomaly detection datafeed configuration
1017-
update:
1018-
query:
1019-
x-abbreviated: true
1020-
type: object
1021-
description: >
1022-
The Elasticsearch query domain-specific language (DSL).
1023-
This value corresponds to the query object in an Elasticsearch search POST body.
1024-
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1025-
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
1026-
externalDocs:
1027-
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1028-
description: Query DSL
1029995
- target: "$.components['schemas']['ml._types:Datafeed'].properties"
1030996
description: Re-add a simplified query object in anomaly detection datafeed
1031997
update:

0 commit comments

Comments
 (0)