Class ScriptedSimilarity.Query
java.lang.Object
org.elasticsearch.index.similarity.ScriptedSimilarity.Query
- Enclosing class:
- ScriptedSimilarity
Scoring factors that come from the query.
-
Method Summary
-
Method Details
-
getBoost
public float getBoost()The boost of the query. It should typically be incorporated into the score as a multiplicative factor.
-