Uses of Interface
gate.creole.annic.apache.lucene.search.SortComparatorSource

Packages that use SortComparatorSource
gate.creole.annic.apache.lucene.search Search over indices. 
 

Uses of SortComparatorSource in gate.creole.annic.apache.lucene.search
 

Classes in gate.creole.annic.apache.lucene.search that implement SortComparatorSource
 class SortComparator
          Abstract base class for sorting hits returned by a Query.
 

Methods in gate.creole.annic.apache.lucene.search that return SortComparatorSource
 SortComparatorSource SortField.getFactory()
           
 

Constructors in gate.creole.annic.apache.lucene.search with parameters of type SortComparatorSource
SortField(String field, SortComparatorSource comparator)
          Creates a sort with a custom comparison function.
SortField(String field, SortComparatorSource comparator, boolean reverse)
          Creates a sort, possibly in reverse, with a custom comparison function.