Class ScoreExplain

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class ScoreExplain
    extends FieldExpression
    FieldExpression to provide the explanation of a document's score.

    PERFORMANCE NOTE: Requesting an explanation of a document's score is very costly. The performance cost can be as high as (num docs returned) * (search query execution time) .

    See Also:
    Serialized Form
    • Constructor Detail

      • ScoreExplain

        public ScoreExplain()
        Construct a new ScoreExplain.