| Package | Description |
|---|---|
| org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
| Class and Description |
|---|
| IDVersionSegmentTermsEnum
Iterates through terms in this field; this class is public so users
can cast it to call
IDVersionSegmentTermsEnum.seekExact(BytesRef, long) for
optimistic-concurrency, and also IDVersionSegmentTermsEnum.getVersion() to get the
version of the currently seek'd term. |
| IDVersionSegmentTermsEnumFrame |
| IDVersionTermState |
| VersionBlockTreeTermsReader |
| VersionBlockTreeTermsWriter.FieldMetaData |
| VersionBlockTreeTermsWriter.PendingBlock |
| VersionBlockTreeTermsWriter.PendingEntry |
| VersionBlockTreeTermsWriter.PendingTerm |
| VersionFieldReader
BlockTree's implementation of
Terms. |