Class SortedNumericDocValues

java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedNumericDocValues
Direct Known Subclasses:
FilterSortedNumericDocValues

public abstract class SortedNumericDocValues extends DocIdSetIterator
A list of per-document numeric values, sorted according to Long.compare(long, long).
  • Constructor Details

    • SortedNumericDocValues

      protected SortedNumericDocValues()
      Sole constructor. (For invocation by subclass constructors, typically implicit.)
  • Method Details