Class DocumentValueSourceDictionary.DocumentValueSourceInputIterator

java.lang.Object
org.apache.lucene.search.suggest.DocumentDictionary.DocumentInputIterator
org.apache.lucene.search.suggest.DocumentValueSourceDictionary.DocumentValueSourceInputIterator
All Implemented Interfaces:
InputIterator, BytesRefIterator
Enclosing class:
DocumentValueSourceDictionary

final class DocumentValueSourceDictionary.DocumentValueSourceInputIterator extends DocumentDictionary.DocumentInputIterator
  • Field Details

    • currentWeightValues

      private LongValues currentWeightValues
    • leaves

      private final List<LeafReaderContext> leaves
      leaves of the reader
    • starts

      private final int[] starts
      starting docIds of all the leaves
    • currentLeafIndex

      private int currentLeafIndex
      current leave index
  • Constructor Details

    • DocumentValueSourceInputIterator

      public DocumentValueSourceInputIterator(boolean hasPayloads, boolean hasContexts) throws IOException
      Throws:
      IOException
  • Method Details