Uses of Class
org.apache.lucene.search.SimpleFieldComparator
Packages that use SimpleFieldComparator
Package
Description
The logical representation of a
Document
for indexing and
searching.Queries that compute score based upon a function.
-
Uses of SimpleFieldComparator in org.apache.lucene.document
Subclasses of SimpleFieldComparator in org.apache.lucene.documentModifier and TypeClassDescription(package private) class
Parses a feature field's values as float and sorts by descending value -
Uses of SimpleFieldComparator in org.apache.lucene.queries.function
Subclasses of SimpleFieldComparator in org.apache.lucene.queries.functionModifier and TypeClassDescription(package private) class
Implement aFieldComparator
that works off of theFunctionValues
for a ValueSource instead of the normal Lucene FieldComparator that works off of a FieldCache.