Uses of Class
org.apache.lucene.codecs.idversion.VersionBlockTreeTermsWriter.PendingBlock
-
Packages that use VersionBlockTreeTermsWriter.PendingBlock Package Description org.apache.lucene.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.codecs.idversion
Fields in org.apache.lucene.codecs.idversion with type parameters of type VersionBlockTreeTermsWriter.PendingBlock Modifier and Type Field Description private java.util.List<VersionBlockTreeTermsWriter.PendingBlock>VersionBlockTreeTermsWriter.TermsWriter. newBlocksMethods in org.apache.lucene.codecs.idversion that return VersionBlockTreeTermsWriter.PendingBlock Modifier and Type Method Description private VersionBlockTreeTermsWriter.PendingBlockVersionBlockTreeTermsWriter.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.idversion with type arguments of type VersionBlockTreeTermsWriter.PendingBlock Modifier and Type Method Description voidVersionBlockTreeTermsWriter.PendingBlock. compileIndex(java.util.List<VersionBlockTreeTermsWriter.PendingBlock> blocks, RAMOutputStream scratchBytes, IntsRefBuilder scratchIntsRef)
-