You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"...params
(Map, read-only) Specifies any named parameters that are passed into the script as variables.
query
(Optional, object)
This parameter only applies when score is specified as the script context.
Use this parameter to specify a query for computing a score. Besides deciding whether or not the document matches, the query clause also calculates a relevance score in the _score metadata field...."
Definition
That page in the documentation will be removed and the descriptions seem insufficient to update the specification without further details so I am opening this issue so it can be followed up on later.
The text was updated successfully, but these errors were encountered:
🐛 Missing type
According to https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-execute-api.html#painless-execute-api-request-body the painless execute API has the following request body properties, which don't currently exist in the specification:
"...params
(Map, read-only) Specifies any named parameters that are passed into the script as variables.
query
(Optional, object)
This parameter only applies when score is specified as the script context.
Use this parameter to specify a query for computing a score. Besides deciding whether or not the document matches, the query clause also calculates a relevance score in the _score metadata field...."
Definition
That page in the documentation will be removed and the descriptions seem insufficient to update the specification without further details so I am opening this issue so it can be followed up on later.
The text was updated successfully, but these errors were encountered: