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