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 and Description |
---|---|
protected FieldComparator[] |
FieldValueHitQueue.comparators |
Modifier and Type | Method and Description |
---|---|
FieldComparator |
SortField.getComparator(int numHits,
int sortPos)
Returns the
FieldComparator to use for
sorting. |
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 and Description |
---|---|
FieldComparator |
DistanceFieldComparatorSource.newComparator(String fieldname,
int numHits,
int sortPos,
boolean reversed) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.