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 class
Lucene90BlockTreeTermsWriter.PendingBlock
private static class
Lucene90BlockTreeTermsWriter.PendingTerm
Fields 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
-