Skip to content

Commit 64bd25c

Browse files
committed
Merge pull request #479 from phpanos/patch-1
Corrected a typo in the word "passed".
2 parents fae62eb + e497ee5 commit 64bd25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

170_Relevance/20_Query_time_boosting.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GET /docs_2014_*/_search <1>
8282

8383
These boost values are represented in the <<practical-scoring-function>> by
8484
the `t.getBoost()` element.((("practical scoring function", "t.getBoost() method")))((("boosting", "query-time", "t.getBoost()")))((("t.getBoost() method"))) Boosts are not applied at the level that they
85-
appear in the query DSL. Instead, any boost values are combined and passsed
85+
appear in the query DSL. Instead, any boost values are combined and passed
8686
down to the individual terms. The `t.getBoost()` method returns any `boost`
8787
value applied to the term itself or to any of the queries higher up the chain.
8888

0 commit comments

Comments
 (0)