Class ScriptedSimilarity.Query

java.lang.Object
org.elasticsearch.index.similarity.ScriptedSimilarity.Query
Enclosing class:
ScriptedSimilarity

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

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getBoost

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