mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Remove non-existent variable from Painless context docs (#39523)
This commit is contained in:
parent
687a66b580
commit
39a401b827
@ -7,14 +7,6 @@ documents in a query.
|
|||||||
|
|
||||||
*Variables*
|
*Variables*
|
||||||
|
|
||||||
`params` (`Map`, read-only)::
|
|
||||||
User-defined parameters passed in as part of the query.
|
|
||||||
|
|
||||||
*Variables*
|
|
||||||
|
|
||||||
`params` (`Map`, read-only)::
|
|
||||||
User-defined parameters passed in at query-time.
|
|
||||||
|
|
||||||
`weight` (`float`, read-only)::
|
`weight` (`float`, read-only)::
|
||||||
The weight as calculated by a <<painless-weight-context,weight script>>
|
The weight as calculated by a <<painless-weight-context,weight script>>
|
||||||
|
|
||||||
|
@ -11,9 +11,6 @@ Queries that contain multiple terms calculate a separate weight for each term.
|
|||||||
|
|
||||||
*Variables*
|
*Variables*
|
||||||
|
|
||||||
`params` (`Map`, read-only)::
|
|
||||||
User-defined parameters passed in as part of the query.
|
|
||||||
|
|
||||||
`query.boost` (`float`, read-only)::
|
`query.boost` (`float`, read-only)::
|
||||||
The boost value if provided by the query. If this is not provided the
|
The boost value if provided by the query. If this is not provided the
|
||||||
value is `1.0f`.
|
value is `1.0f`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user