Uses of Class
org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter.PendingBlock
Packages that use BlockTreeTermsWriter.PendingBlock
-
Uses of BlockTreeTermsWriter.PendingBlock in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree with type parameters of type BlockTreeTermsWriter.PendingBlockModifier and TypeFieldDescriptionprivate final List<BlockTreeTermsWriter.PendingBlock> BlockTreeTermsWriter.TermsWriter.newBlocksMethods in org.apache.lucene.codecs.blocktree that return BlockTreeTermsWriter.PendingBlockModifier and TypeMethodDescriptionBlockTreeTermsWriter.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.PendingBlockModifier and TypeMethodDescriptionvoidBlockTreeTermsWriter.PendingBlock.compileIndex(List<BlockTreeTermsWriter.PendingBlock> blocks, RAMOutputStream scratchBytes, IntsRefBuilder scratchIntsRef)