Uses of Interface
org.apache.lucene.index.IndexSorter
Packages that use IndexSorter
Package
Description
Code to maintain and access indices.
Code to search indices.
-
Uses of IndexSorter in org.apache.lucene.index
Classes in org.apache.lucene.index that implement IndexSorterModifier and TypeClassDescriptionstatic final classSorts documents by the bytes of aBinaryDocValuesinstance, using the given comparator.static final classSorts documents based on double values from a NumericDocValues instancestatic final classSorts documents based on float values from a NumericDocValues instancestatic final classSorts documents based on integer values from a NumericDocValues instancestatic final classSorts documents based on long values from a NumericDocValues instancestatic final classSorts documents based on terms from a SortedDocValues instance -
Uses of IndexSorter in org.apache.lucene.search
Methods in org.apache.lucene.search that return IndexSorterModifier and TypeMethodDescriptionBinarySortField.getIndexSorter()SortedNumericSortField.getIndexSorter()SortedSetSortField.getIndexSorter()SortField.getIndexSorter()Returns anIndexSorterused for sorting index segments by this SortField.