Uses of Class
org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter.PendingBlock
-
Packages that use BlockTreeTermsWriter.PendingBlock Package Description org.apache.lucene.codecs.blocktree BlockTree terms dictionary. -
-
Uses of BlockTreeTermsWriter.PendingBlock in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree with type parameters of type BlockTreeTermsWriter.PendingBlock Modifier and Type Field Description private java.util.List<BlockTreeTermsWriter.PendingBlock>
BlockTreeTermsWriter.TermsWriter. newBlocks
Methods in org.apache.lucene.codecs.blocktree that return BlockTreeTermsWriter.PendingBlock Modifier and Type Method Description private BlockTreeTermsWriter.PendingBlock
BlockTreeTermsWriter.TermsWriter. writeBlock(int prefixLength, boolean isFloor, int floorLeadLabel, int start, int end, boolean hasTerms, boolean hasSubBlocks)
Writes the specified slice (start is inclusive, end is exclusive) from pending stack as a new block.Method parameters in org.apache.lucene.codecs.blocktree with type arguments of type BlockTreeTermsWriter.PendingBlock Modifier and Type Method Description void
BlockTreeTermsWriter.PendingBlock. compileIndex(java.util.List<BlockTreeTermsWriter.PendingBlock> blocks, RAMOutputStream scratchBytes, IntsRefBuilder scratchIntsRef)
-