Interface ScorerAware

All Known Implementing Classes:
AggregationScript, NumberSortScript, ScriptBytesValues, ScriptDoubleValues, ScriptLongValues, StringSortScript

public interface ScorerAware
  • Method Summary

    Modifier and Type Method Description
    void setScorer​(org.apache.lucene.search.Scorable scorer)  
  • Method Details

    • setScorer

      void setScorer​(org.apache.lucene.search.Scorable scorer)