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