Interface ScoreOperator.ExpressionScorer

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable
All Known Implementing Classes:
LuceneQueryScoreEvaluator
Enclosing class:
ScoreOperator

public static interface ScoreOperator.ExpressionScorer extends org.elasticsearch.core.Releasable
Evaluates the score of an expression one Page at a time.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A Factory for creating ExpressionScorers.
  • Method Summary

    Modifier and Type
    Method
    Description
    score(Page page)
    Scores the expression.

    Methods inherited from interface org.elasticsearch.core.Releasable

    close
  • Method Details

    • score

      DoubleBlock score(Page page)
      Scores the expression.
      Returns:
      the returned Block has its own reference and the caller is responsible for releasing it.