Class DocumentValueSourceDictionary.DocumentValueSourceInputIterator

    • Field Detail

      • currentWeightValues

        private LongValues currentWeightValues
      • leaves

        private final java.util.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 Detail

      • DocumentValueSourceInputIterator

        public DocumentValueSourceInputIterator​(boolean hasPayloads,
                                                boolean hasContexts)
                                         throws java.io.IOException
        Throws:
        java.io.IOException