Uses of Class
org.apache.lucene.codecs.lucene90.blocktree.Lucene90BlockTreeTermsWriter.PendingEntry
-
Packages that use Lucene90BlockTreeTermsWriter.PendingEntry Package Description org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary. -
-
Uses of Lucene90BlockTreeTermsWriter.PendingEntry in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of Lucene90BlockTreeTermsWriter.PendingEntry in org.apache.lucene.codecs.lucene90.blocktree Modifier and Type Class Description private static classLucene90BlockTreeTermsWriter.PendingBlockprivate static classLucene90BlockTreeTermsWriter.PendingTermFields in org.apache.lucene.codecs.lucene90.blocktree with type parameters of type Lucene90BlockTreeTermsWriter.PendingEntry Modifier and Type Field Description private java.util.List<Lucene90BlockTreeTermsWriter.PendingEntry>Lucene90BlockTreeTermsWriter.TermsWriter. pending
-