Uses of Class
org.apache.lucene.search.FieldComparatorSource
Packages that use FieldComparatorSource
Package
Description
Queries that compute score based upon a function.
Code to search indices.
-
Uses of FieldComparatorSource in org.apache.lucene.queries.function
Subclasses of FieldComparatorSource in org.apache.lucene.queries.function -
Uses of FieldComparatorSource in org.apache.lucene.search
Subclasses of FieldComparatorSource in org.apache.lucene.searchModifier and TypeClassDescriptionprivate static classprivate static classFields in org.apache.lucene.search declared as FieldComparatorSourceMethods in org.apache.lucene.search that return FieldComparatorSourceModifier and TypeMethodDescriptionSortField.getComparatorSource()Returns theFieldComparatorSourceused for custom sortingConstructors in org.apache.lucene.search with parameters of type FieldComparatorSourceModifierConstructorDescriptionSortField(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.