Package | Description |
---|---|
org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene50, except the terms dictionary also
supports ords, i.e.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<OrdsBlockTreeTermsWriter.PendingBlock> |
OrdsBlockTreeTermsWriter.TermsWriter.newBlocks |
Modifier and Type | Method and Description |
---|---|
private OrdsBlockTreeTermsWriter.PendingBlock |
OrdsBlockTreeTermsWriter.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 |
OrdsBlockTreeTermsWriter.PendingBlock.compileIndex(java.util.List<OrdsBlockTreeTermsWriter.PendingBlock> blocks,
RAMOutputStream scratchBytes,
IntsRefBuilder scratchIntsRef) |