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