Uses of Class
org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter.PendingTerm
-
Packages that use VersionBlockTreeTermsWriter.PendingTerm Package Description org.apache.lucene.sandbox.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. -
-
Uses of VersionBlockTreeTermsWriter.PendingTerm in org.apache.lucene.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion declared as VersionBlockTreeTermsWriter.PendingTerm Modifier and Type Field Description private VersionBlockTreeTermsWriter.PendingTerm
VersionBlockTreeTermsWriter.TermsWriter. firstPendingTerm
private VersionBlockTreeTermsWriter.PendingTerm
VersionBlockTreeTermsWriter.TermsWriter. lastPendingTerm
-