| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<VersionBlockTreeTermsWriter.PendingBlock> |
VersionBlockTreeTermsWriter.TermsWriter.newBlocks |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionBlockTreeTermsWriter.PendingBlock.compileIndex(java.util.List<VersionBlockTreeTermsWriter.PendingBlock> blocks,
RAMOutputStream scratchBytes,
IntsRefBuilder scratchIntsRef) |