Uses of Class
org.apache.lucene.codecs.lucene90.blocktree.Lucene90BlockTreeTermsWriter.PendingBlock
-
Packages that use Lucene90BlockTreeTermsWriter.PendingBlock Package Description org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary. -
-
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.PendingBlock Modifier and Type Field Description private java.util.List<Lucene90BlockTreeTermsWriter.PendingBlock>
Lucene90BlockTreeTermsWriter.TermsWriter. newBlocks
Methods in org.apache.lucene.codecs.lucene90.blocktree that return Lucene90BlockTreeTermsWriter.PendingBlock Modifier and Type Method Description private Lucene90BlockTreeTermsWriter.PendingBlock
Lucene90BlockTreeTermsWriter.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.PendingBlock Modifier and Type Method Description void
Lucene90BlockTreeTermsWriter.PendingBlock. compileIndex(java.util.List<Lucene90BlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef)
-