Uses of Class
org.apache.lucene.index.sorter.Sorter.DocComparator

Packages that use Sorter.DocComparator
org.apache.lucene.index.sorter Provides index sorting capablities. 
 

Uses of Sorter.DocComparator in org.apache.lucene.index.sorter
 

Methods in org.apache.lucene.index.sorter with parameters of type Sorter.DocComparator
protected static Sorter.DocMap Sorter.sort(int maxDoc, Sorter.DocComparator comparator)
          Computes the old-to-new permutation over the given comparator.
 



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