Class ScriptedSimilarity.Query

org.elasticsearch.index.similarity.ScriptedSimilarity.Query
Enclosing class:
ScriptedSimilarity

public static class ScriptedSimilarity.Query extends
Scoring factors that come from the query.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    The boost of the query.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Method Details

    • getBoost

      public float getBoost()
      The boost of the query. It should typically be incorporated into the score as a multiplicative factor.