Uses of Class
org.apache.lucene.search.FieldComparator.NumericComparator

Packages that use FieldComparator.NumericComparator
org.apache.lucene.search Code to search indices. 
 

Uses of FieldComparator.NumericComparator in org.apache.lucene.search
 

Subclasses of FieldComparator.NumericComparator in org.apache.lucene.search
static class FieldComparator.ByteComparator
          Deprecated. 
static class FieldComparator.DoubleComparator
          Parses field's values as double (using FieldCache.getDoubles(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and sorts by ascending value
static class FieldComparator.FloatComparator
          Parses field's values as float (using FieldCache.getFloats(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and sorts by ascending value
static class FieldComparator.IntComparator
          Parses field's values as int (using FieldCache.getInts(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and sorts by ascending value
static class FieldComparator.LongComparator
          Parses field's values as long (using FieldCache.getLongs(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and sorts by ascending value
static class FieldComparator.ShortComparator
          Deprecated. 
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.