Uses of Class
org.apache.lucene.search.FieldComparator.NumericComparator
Packages that use FieldComparator.NumericComparator
-
Uses of FieldComparator.NumericComparator in org.apache.lucene.search
Subclasses of FieldComparator.NumericComparator in org.apache.lucene.searchModifier and TypeClassDescriptionstatic final class
Deprecated.static final class
Parses field's values as double (usingFieldCache.getDoubles(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)
and sorts by ascending valuestatic final class
Parses field's values as float (usingFieldCache.getFloats(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)
and sorts by ascending valuestatic final class
Parses field's values as int (usingFieldCache.getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)
and sorts by ascending valuestatic final class
Parses field's values as long (usingFieldCache.getLongs(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)
and sorts by ascending valuestatic final class
Deprecated.