Package | Description |
---|---|
org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene50, except the terms dictionary also
supports ords, i.e.
|
Modifier and Type | Method and Description |
---|---|
private OrdsSegmentTermsEnum.InputOutput |
OrdsSegmentTermsEnum.getByOutput(long targetOrd)
Specialized getByOutput that can understand the ranges (startOrd to endOrd) we use here, not just startOrd.
|