| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Field and Description |
|---|---|
private Sorter.DocComparator |
Sorter.DocValueSorter.comparator |
| Modifier and Type | Method and Description |
|---|---|
private static Sorter.DocMap |
Sorter.sort(int maxDoc,
Sorter.DocComparator comparator)
Computes the old-to-new permutation over the given comparator.
|
| Constructor and Description |
|---|
DocValueSorter(int[] docs,
Sorter.DocComparator comparator) |