File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,18 @@ actions:
153
153
description : >
154
154
An optional guiding query that constrains the Graph API as it explores connected terms.
155
155
For example, you might want to direct the Graph API to ignore older data by specifying a query that identifies recent documents.
156
+ - target : " $.components['schemas']['_global.scripts_painless_execute:PainlessContextSetup'].properties.query"
157
+ description : Remove query object from painless script context setup schema
158
+ - target : " $.components['schemas']['_global.scripts_painless_execute:PainlessContextSetup'].properties"
159
+ description : " Re-add simplified query object in painless script context setup schema"
160
+ update :
161
+ query :
162
+ x-abbreviated : true
163
+ type : object
164
+ description : >
165
+ This property applies only when `score` is specified as the script `context`.
166
+ Use this property to specify a query for computing a score.
167
+ Besides deciding whether or not the document matches, the query clause also calculates a relevance score in the `_score` metadata field.
156
168
# Examples
157
169
- target : " $.components['requestBodies']['async_search.submit']"
158
170
description : " Add example for asynch search submit request"
You can’t perform that action at this time.
0 commit comments