Package | Description |
---|---|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<BlockTreeTermsWriter.PendingBlock> |
BlockTreeTermsWriter.TermsWriter.newBlocks |
Modifier and Type | Method and Description |
---|---|
private BlockTreeTermsWriter.PendingBlock |
BlockTreeTermsWriter.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.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockTreeTermsWriter.PendingBlock.compileIndex(java.util.List<BlockTreeTermsWriter.PendingBlock> blocks,
RAMOutputStream scratchBytes,
IntsRefBuilder scratchIntsRef) |