Browse Source

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

Kelsey DeJesus-Banos 9 years ago
parent
commit
929187c71b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/function-score-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/function-score-query.asciidoc

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