Uses of Class
org.apache.lucene.codecs.lucene90.blocktree.Lucene90BlockTreeTermsWriter.PendingBlock
Packages that use Lucene90BlockTreeTermsWriter.PendingBlock
-
Uses of Lucene90BlockTreeTermsWriter.PendingBlock in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree with type parameters of type Lucene90BlockTreeTermsWriter.PendingBlockModifier and TypeFieldDescriptionprivate final List
<Lucene90BlockTreeTermsWriter.PendingBlock> Lucene90BlockTreeTermsWriter.TermsWriter.newBlocks
Methods in org.apache.lucene.codecs.lucene90.blocktree that return Lucene90BlockTreeTermsWriter.PendingBlockModifier and TypeMethodDescriptionLucene90BlockTreeTermsWriter.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.lucene90.blocktree with type arguments of type Lucene90BlockTreeTermsWriter.PendingBlockModifier and TypeMethodDescriptionvoid
Lucene90BlockTreeTermsWriter.PendingBlock.compileIndex
(List<Lucene90BlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef)