Uses of Class
org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter.PendingEntry
-
Packages that use VersionBlockTreeTermsWriter.PendingEntry 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.PendingEntry in org.apache.lucene.sandbox.codecs.idversion
Subclasses of VersionBlockTreeTermsWriter.PendingEntry in org.apache.lucene.sandbox.codecs.idversion Modifier and Type Class Description private static class
VersionBlockTreeTermsWriter.PendingBlock
private static class
VersionBlockTreeTermsWriter.PendingTerm
Fields in org.apache.lucene.sandbox.codecs.idversion with type parameters of type VersionBlockTreeTermsWriter.PendingEntry Modifier and Type Field Description private java.util.List<VersionBlockTreeTermsWriter.PendingEntry>
VersionBlockTreeTermsWriter.TermsWriter. pending
-