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 |
---|---|
(package private) OrdsBlockTreeTermsReader |
OrdsFieldReader.parent |
Constructor and Description |
---|
OrdsFieldReader(OrdsBlockTreeTermsReader parent,
FieldInfo fieldInfo,
long numTerms,
FSTOrdsOutputs.Output rootCode,
long sumTotalTermFreq,
long sumDocFreq,
int docCount,
long indexStartFP,
int longsSize,
IndexInput indexIn,
BytesRef minTerm,
BytesRef maxTerm) |