Uses of Class
gate.creole.annic.apache.lucene.search.SortComparator

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

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

Methods in gate.creole.annic.apache.lucene.search with parameters of type SortComparator
 Comparable[] FieldCache.getCustom(IndexReader reader, String field, SortComparator comparator)
          Checks the internal cache for an appropriate entry, and if none is found reads the terms out of field and calls the given SortComparator to get the sort values.