java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedNumericDocValues
All Implemented Interfaces:
ScorerAware

public class ScriptLongValues extends AbstractSortingNumericDocValues implements ScorerAware
LongValues implementation which is based on a script
  • Constructor Details

  • Method Details

    • advanceExact

      public boolean advanceExact(int target) throws IOException
      Throws:
      IOException
    • setScorer

      public void setScorer(org.apache.lucene.search.Scorable scorer)
      Specified by:
      setScorer in interface ScorerAware