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
 

Fields in org.apache.lucene.index.sorter declared as Sorter.DocComparator
static Sorter.DocComparator Sorter.INDEX_ORDER_COMPARATOR
          A comparator that keeps documents in index order.
 

Methods in org.apache.lucene.index.sorter that return Sorter.DocComparator
protected  Sorter.DocComparator BlockJoinSorter.getChildComparator(AtomicReader reader)
          Return a Sorter.DocComparator instance that will be called on children of the same parent.
protected abstract  Sorter.DocComparator BlockJoinSorter.getParentComparator(AtomicReader reader)
          Return a Sorter.DocComparator instance that will be called on parent doc IDs.
 

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-2014 Apache Software Foundation. All Rights Reserved.