Uses of Class
org.apache.lucene.index.SegmentOrder
Packages that use SegmentOrder
-
Uses of SegmentOrder in org.apache.lucene.index
Methods in org.apache.lucene.index that return SegmentOrderModifier and TypeMethodDescriptionstatic SegmentOrderBuilds a SegmentSorter that will reorder segments based on a given numeric Sort, such that higher-sorting hits are more likely to be visited first, allowing early termination to more efficiently skip whole segments.