Class TermsIndexReaderBase.FieldIndexEnum

    • Constructor Detail

      • FieldIndexEnum

        public FieldIndexEnum()
    • Method Detail

      • seek

        public abstract long seek​(BytesRef term)
                           throws java.io.IOException
        Seeks to "largest" indexed term that's <= term; returns file pointer index (into the main terms index file) for that term
        Throws:
        java.io.IOException
      • next

        public abstract long next()
                           throws java.io.IOException
        Returns -1 at end
        Throws:
        java.io.IOException
      • term

        public abstract BytesRef term()
      • seek

        public abstract long seek​(long ord)
                           throws java.io.IOException
        Only implemented if TermsIndexReaderBase.supportsOrd() returns true.
        Throws:
        java.io.IOException