Update function-score-query.asciidoc (#18115)

This commit is contained in:
Kelsey DeJesus-Banos 2016-05-03 13:29:24 -04:00 committed by Clinton Gormley
parent ca21aa0cb5
commit 929187c71b

View File

@ -148,7 +148,7 @@ you wish to inhibit this, set `"boost_mode": "replace"`
The `weight` score allows you to multiply the score by the provided
`weight`. This can sometimes be desired since boost value set on
specific queries gets normalized, while for this score function it does
not.
not. The number value is of type float.
[source,js]
--------------------------------------------------