Class IDVersionSegmentTermsEnum

  • All Implemented Interfaces:
    BytesRefIterator

    public final class IDVersionSegmentTermsEnum
    extends TermsEnum
    Iterates through terms in this field; this class is public so users can cast it to call seekExact(BytesRef, long) for optimistic-concurreny, and also getVersion() to get the version of the currently seek'd term.