| Package | Description |
|---|---|
| org.apache.lucene.index.sorter |
Provides index sorting capablities.
|
| Modifier and Type | Field and Description |
|---|---|
static Sorter.DocComparator |
Sorter.INDEX_ORDER_COMPARATOR
A comparator that keeps documents in index order.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.