Remove non-existent variable from Painless context docs (#39523)

This commit is contained in:
Jack Conradson 2019-02-28 15:18:28 -08:00
parent 687a66b580
commit 39a401b827
2 changed files with 0 additions and 11 deletions

View File

@ -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>>

View File

@ -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`.