Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
IndexSorter.DocComparator |
IndexSorter.getDocComparator(LeafReader reader,
int maxDoc)
Get a comparator that determines the sort order of docs within a single Reader.
|
IndexSorter.DocComparator |
IndexSorter.IntSorter.getDocComparator(LeafReader reader,
int maxDoc) |
IndexSorter.DocComparator |
IndexSorter.LongSorter.getDocComparator(LeafReader reader,
int maxDoc) |
IndexSorter.DocComparator |
IndexSorter.FloatSorter.getDocComparator(LeafReader reader,
int maxDoc) |
IndexSorter.DocComparator |
IndexSorter.DoubleSorter.getDocComparator(LeafReader reader,
int maxDoc) |
IndexSorter.DocComparator |
IndexSorter.StringSorter.getDocComparator(LeafReader reader,
int maxDoc) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.