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

Packages that use SortComparator
org.apache.lucene.search Code to search indices. 
 

Uses of SortComparator in org.apache.lucene.search
 

Methods in org.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.
 



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