Uses of Class
org.apache.lucene.search.FieldComparatorSource

Packages that use FieldComparatorSource
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
 FieldComparatorSource SortField.getComparatorSource()
          Returns the FieldComparatorSource used for custom sorting
 

Constructors in org.apache.lucene.search with parameters of type FieldComparatorSource
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
 class DistanceFieldComparatorSource
          NOTE: This API is still in flux and might change in incompatible ways in the next release.
 



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