Uses of Package
org.apache.lucene.sandbox.codecs.idversion
Packages that use org.apache.lucene.sandbox.codecs.idversion
Package
Description
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
-
Classes in org.apache.lucene.sandbox.codecs.idversion used by org.apache.lucene.sandbox.codecs.idversionClassDescriptionIterates through terms in this field; this class is public so users can cast it to call
IDVersionSegmentTermsEnum.seekExact(BytesRef, long)
for optimistic-concurrency, and alsoIDVersionSegmentTermsEnum.getVersion()
to get the version of the currently seek'd term.BlockTree's implementation ofTerms
.