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.InputOutput
OrdsSegmentTermsEnum.getByOutput
(long targetOrd) Specialized getByOutput that can understand the ranges (startOrd to endOrd) we use here, not just startOrd.