Class DocumentDictionary.DocumentInputIterator

    • Constructor Detail

      • DocumentInputIterator

        public DocumentInputIterator​(boolean hasPayloads,
                                     boolean hasContexts)
                              throws IOException
        Creates an iterator over term, weight and payload fields from the lucene index. setting withPayload to false, implies an iterator over only term and weight.
        Throws:
        IOException