Uses of Class
org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum.InputOutput
Packages that use OrdsSegmentTermsEnum.InputOutput
Package
Description
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.InputOutputModifier and TypeMethodDescriptionprivate OrdsSegmentTermsEnum.InputOutputOrdsSegmentTermsEnum.getByOutput(long targetOrd) Specialized getByOutput that can understand the ranges (startOrd to endOrd) we use here, not just startOrd.