Uses of Class
org.apache.lucene.sandbox.codecs.idversion.VersionBlockTreeTermsWriter.PendingBlock
Packages that use VersionBlockTreeTermsWriter.PendingBlock
Package
Description
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
-
Uses of VersionBlockTreeTermsWriter.PendingBlock in org.apache.lucene.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion with type parameters of type VersionBlockTreeTermsWriter.PendingBlockModifier and TypeFieldDescriptionprivate final List
<VersionBlockTreeTermsWriter.PendingBlock> VersionBlockTreeTermsWriter.TermsWriter.newBlocks
Methods in org.apache.lucene.sandbox.codecs.idversion that return VersionBlockTreeTermsWriter.PendingBlockModifier and TypeMethodDescriptionVersionBlockTreeTermsWriter.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.sandbox.codecs.idversion with type arguments of type VersionBlockTreeTermsWriter.PendingBlockModifier and TypeMethodDescriptionvoid
VersionBlockTreeTermsWriter.PendingBlock.compileIndex
(List<VersionBlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef)