Uses of Class
org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter.PendingEntry
-
Packages that use BlockTreeTermsWriter.PendingEntry Package Description org.apache.lucene.codecs.blocktree BlockTree terms dictionary. -
-
Uses of BlockTreeTermsWriter.PendingEntry in org.apache.lucene.codecs.blocktree
Subclasses of BlockTreeTermsWriter.PendingEntry in org.apache.lucene.codecs.blocktree Modifier and Type Class Description private static class
BlockTreeTermsWriter.PendingBlock
private static class
BlockTreeTermsWriter.PendingTerm
Fields in org.apache.lucene.codecs.blocktree with type parameters of type BlockTreeTermsWriter.PendingEntry Modifier and Type Field Description private java.util.List<BlockTreeTermsWriter.PendingEntry>
BlockTreeTermsWriter.TermsWriter. pending
-