|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Sorter | |
|---|---|
| org.apache.lucene.index.sorter | Provides index sorting capablities. |
| Uses of Sorter in org.apache.lucene.index.sorter |
|---|
| Subclasses of Sorter in org.apache.lucene.index.sorter | |
|---|---|
class |
BlockJoinSorter
Helper class to sort readers that contain blocks of documents. |
class |
NumericDocValuesSorter
A Sorter which sorts documents according to their
NumericDocValues. |
| Fields in org.apache.lucene.index.sorter declared as Sorter | |
|---|---|
static Sorter |
Sorter.REVERSE_DOCS
Sorts documents in reverse order. |
protected Sorter |
EarlyTerminatingSortingCollector.sorter
|
| Methods in org.apache.lucene.index.sorter with parameters of type Sorter | |
|---|---|
static boolean |
SortingMergePolicy.isSorted(AtomicReader reader,
Sorter sorter)
Returns true if the given reader is sorted by the given sorter. |
static AtomicReader |
SortingAtomicReader.wrap(AtomicReader reader,
Sorter sorter)
Return a sorted view of reader according to the order
defined by sorter. |
| Constructors in org.apache.lucene.index.sorter with parameters of type Sorter | |
|---|---|
EarlyTerminatingSortingCollector(Collector in,
Sorter sorter,
int numDocsToCollect)
Create a new EarlyTerminatingSortingCollector instance. |
|
SortingMergePolicy(MergePolicy in,
Sorter sorter)
Create a new MergePolicy that sorts documents with sorter. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||