@@ -308,56 +308,7 @@ actions:
308308 update :
309309 target_map :
310310 x-model : true
311- # Annotate and abbreviate items that are not shown in Bump.sh due to depth limits
312- # These are likely long-term and should refer to query language reference etc
313- - target : " $.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties"
314- description : " Re-add a simplified query object in create datafeeds operation"
315- update :
316- query :
317- x-model : true
318- type : object
319- description : >
320- The Elasticsearch query domain-specific language (DSL).
321- This value corresponds to the query object in an Elasticsearch search POST body.
322- All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
323- By default, this property has the following value: `{"match_all": {"boost": 1}}`.
324- externalDocs :
325- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
326- description : Query DSL
327- - target : " $.components['schemas']['ml._types:Datafeed'].properties.query"
328- description : Remove query object from anomaly detection datafeed
329- remove : true
330- - target : " $.components['schemas']['ml._types:Datafeed'].properties"
331- description : Re-add a simplified query object in anomaly detection datafeed
332- update :
333- query :
334- x-model : true
335- type : object
336- description : >
337- The Elasticsearch query domain-specific language (DSL).
338- This value corresponds to the query object in an Elasticsearch search POST body.
339- All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
340- By default, this property has the following value: `{"match_all": {"boost": 1}}`.
341- externalDocs :
342- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
343- description : Query DSL
344- - target : " $.components['schemas']['ml._types:DatafeedConfig'].properties.query"
345- description : Remove query object from anomaly detection datafeed configuration
346- remove : true
347- - target : " $.components['schemas']['ml._types:DatafeedConfig'].properties"
348- description : Re-add a simplified query object in anomaly detection datafeed configuration
349- update :
350- query :
351- x-model : true
352- type : object
353- description : >
354- The Elasticsearch query domain-specific language (DSL).
355- This value corresponds to the query object in an Elasticsearch search POST body.
356- All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
357- By default, this property has the following value: `{"match_all": {"boost": 1}}`.
358- externalDocs :
359- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
360- description : Query DSL
311+ # Override definitions for common schema objects that should have context-specific details
361312 - target : " $.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
362313 description : Remove tokenizer object from ML anomaly detection analysis config
363314 remove : true
@@ -377,54 +328,8 @@ actions:
377328 Additionally, the `ml_classic` tokenizer is available, which tokenizes in the same way as the non-customizable tokenizer in old versions of the product (before 6.2).
378329 `ml_classic` was the default categorization tokenizer in versions 6.2 to 7.13, so if you need categorization identical to the default for jobs created in these versions, specify `"tokenizer": "ml_classic"` in your `categorization_analyzer`.
379330 externalDocs :
380- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /analysis-tokenizers.html
331+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /analysis-tokenizers.html
381332 description : Tokenizer reference
382- - target : " $.components['schemas']['ml._types:DataframeAnalyticsSource'].properties.query"
383- description : Remove query object from data frame analytics source
384- remove : true
385- - target : " $.components['schemas']['ml._types:DataframeAnalyticsSource'].properties"
386- description : Re-add a simplified query object in data frame analytics source
387- update :
388- query :
389- x-model : true
390- type : object
391- description : >
392- The Elasticsearch query domain-specific language (DSL).
393- This value corresponds to the query object in an Elasticsearch search POST body.
394- All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
395- By default, this property has the following value: `{"match_all": {}}`.
396- externalDocs :
397- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
398- description : Query DSL
399- - target : " $.components['schemas']['transform._types:Source'].properties.query"
400- description : Remove query object from transform source
401- remove : true
402- - target : " $.components['schemas']['transform._types:Source'].properties"
403- description : Re-add a simplified query object in transform source
404- update :
405- query :
406- x-model : true
407- type : object
408- description : >
409- A query clause that retrieves a subset of data from the source index.
410- externalDocs :
411- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
412- description : Query DSL
413- - target : " $.components['requestBodies']['graph.explore'].content['application/json'].schema.properties.query"
414- description : Remove query object from graph explore operation
415- remove : true
416- - target : " $.components['requestBodies']['graph.explore'].content['application/json'].schema.properties"
417- description : " Re-add simplified query object in graph explore operation"
418- update :
419- query :
420- x-model : true
421- type : object
422- description : >
423- A seed query that identifies the documents of interest.
424- Can be any valid Elasticsearch query.
425- externalDocs :
426- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
427- description : Query DSL
428333 - target : " $.components['schemas']['graph._types:Hop'].properties.query"
429334 description : Remove query object from graph explore connections schema
430335 remove : true
@@ -438,7 +343,7 @@ actions:
438343 An optional guiding query that constrains the Graph API as it explores connected terms.
439344 For example, you might want to direct the Graph API to ignore older data by specifying a query that identifies recent documents.
440345 externalDocs :
441- url : https://www.elastic.co/guide/en/elasticsearch/reference/current /query-dsl.html
346+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master /query-dsl.html
442347 description : Query DSL
443348 - target : " $.components['schemas']['_global.scripts_painless_execute:PainlessContextSetup'].properties.query"
444349 description : Remove query object from painless script context setup schema
@@ -454,35 +359,7 @@ actions:
454359 Use this property to specify a query for computing a score.
455360 Besides deciding whether or not the document matches, the query clause also calculates a relevance score in the `_score` metadata field.
456361 externalDocs :
457- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
458- description : Query DSL
459- - target : " $.components['requestBodies']['async_search.submit'].content['application/json'].schema.properties.query"
460- description : Remove query object from asynch search request
461- remove : true
462- - target : " $.components['requestBodies']['async_search.submit'].content['application/json'].schema.properties"
463- description : " Re-add simplified query object in asynch search request"
464- update :
465- query :
466- x-model : true
467- type : object
468- description : >
469- Defines the search definition using the Query DSL.
470- externalDocs :
471- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
472- description : Query DSL
473- - target : " $.components['requestBodies']['search'].content['application/json'].schema.properties.query"
474- description : Remove query object from search request
475- remove : true
476- - target : " $.components['requestBodies']['search'].content['application/json'].schema.properties"
477- description : " Re-add simplified query object in search request"
478- update :
479- query :
480- x-model : true
481- type : object
482- description : >
483- Defines the search definition using the Query DSL.
484- externalDocs :
485- url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
362+ url : https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
486363 description : Query DSL
487364# Examples
488365 - target : " $.components['requestBodies']['async_search.submit']"
0 commit comments