Package org.elasticsearch.common.lucene
Interface ScorerAware
-
- All Known Implementing Classes:
AggregationScript,NumberSortScript,ScriptBytesValues,ScriptDoubleValues,ScriptLongValues,StringSortScript
public interface ScorerAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetScorer(Scorable scorer)
-
-
-
Method Detail
-
setScorer
void setScorer(Scorable scorer)
-
-