| 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 |
|---|---|
java.util.List<OrdsBlockTreeTermsWriter.SubIndex> |
OrdsBlockTreeTermsWriter.PendingBlock.subIndices |
| Constructor and Description |
|---|
PendingBlock(BytesRef prefix,
long fp,
boolean hasTerms,
long totalTermCount,
boolean isFloor,
int floorLeadByte,
java.util.List<OrdsBlockTreeTermsWriter.SubIndex> subIndices) |