Uses of Class
org.apache.lucene.search.FieldComparatorSource
-
Packages that use FieldComparatorSource Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.spatial.tier Support for filtering based upon geographic location. -
-
Uses of FieldComparatorSource in org.apache.lucene.search
Methods in org.apache.lucene.search that return FieldComparatorSource Modifier and Type Method Description FieldComparatorSource
SortField. getComparatorSource()
Returns theFieldComparatorSource
used for custom sortingConstructors in org.apache.lucene.search with parameters of type FieldComparatorSource Constructor Description SortField(String field, FieldComparatorSource comparator)
Creates a sort with a custom comparison function.SortField(String field, FieldComparatorSource comparator, boolean reverse)
Creates a sort, possibly in reverse, with a custom comparison function. -
Uses of FieldComparatorSource in org.apache.lucene.spatial.tier
Subclasses of FieldComparatorSource in org.apache.lucene.spatial.tier Modifier and Type Class Description class
DistanceFieldComparatorSource
Deprecated.
-