You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 170_Relevance/20_Query_time_boosting.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ GET /docs_2014_*/_search <1>
82
82
83
83
These boost values are represented in the <<practical-scoring-function>> by
84
84
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
86
86
down to the individual terms. The `t.getBoost()` method returns any `boost`
87
87
value applied to the term itself or to any of the queries higher up the chain.
0 commit comments