Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.spatial.tier |
Support for filtering based upon geographic location.
|
Modifier and Type | Field | Description |
---|---|---|
protected FieldComparator<?>[] |
FieldValueHitQueue.comparators |
Modifier and Type | Method | Description |
---|---|---|
FieldComparator<?> |
SortField.getComparator(int numHits,
int sortPos) |
Returns the
FieldComparator to use for
sorting. |
FieldComparator<?>[] |
FieldValueHitQueue.getComparators() |
|
abstract FieldComparator<?> |
FieldComparatorSource.newComparator(String fieldname,
int numHits,
int sortPos,
boolean reversed) |
Creates a comparator for the field in the given index.
|
Modifier and Type | Method | Description |
---|---|---|
FieldComparator |
DistanceFieldComparatorSource.newComparator(String fieldname,
int numHits,
int sortPos,
boolean reversed) |
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.