Module org.elasticsearch.compute
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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceA Factory for creating ExpressionScorers. -
Method Summary
Methods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
score
Scores the expression.- Returns:
- the returned Block has its own reference and the caller is responsible for releasing it.
-