We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e22bb5 commit d4b387cCopy full SHA for d4b387c
docs/reference/query-languages/query-dsl/query-dsl-function-score-query.md
@@ -99,7 +99,7 @@ The new score can be restricted to not exceed a certain limit by setting the `ma
99
The newly computed score is combined with the score of the query. The parameter `boost_mode` defines how:
100
101
`multiply`
102
-: query score and function score is multiplied (default)
+: query score and function score are multiplied (default)
103
104
`replace`
105
: only function score is used, the query score is ignored
0 commit comments