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*
|
||||
|
||||
`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)::
|
||||
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*
|
||||
|
||||
`params` (`Map`, read-only)::
|
||||
User-defined parameters passed in as part of the query.
|
||||
|
||||
`query.boost` (`float`, read-only)::
|
||||
The boost value if provided by the query. If this is not provided the
|
||||
value is `1.0f`.
|
||||
|
|
Loading…
Reference in New Issue