|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.search.FieldComparatorSource org.apache.lucene.spatial.tier.DistanceFieldComparatorSource
@Deprecated public class DistanceFieldComparatorSource
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Constructor Summary | |
---|---|
DistanceFieldComparatorSource(Filter distanceFilter)
Deprecated. |
Method Summary | |
---|---|
void |
cleanUp()
Deprecated. |
FieldComparator |
newComparator(String fieldname,
int numHits,
int sortPos,
boolean reversed)
Deprecated. Creates a comparator for the field in the given index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistanceFieldComparatorSource(Filter distanceFilter)
Method Detail |
---|
public void cleanUp()
public FieldComparator newComparator(String fieldname, int numHits, int sortPos, boolean reversed) throws IOException
FieldComparatorSource
newComparator
in class FieldComparatorSource
fieldname
- Name of the field to create comparator for.
IOException
- If an error occurs reading the index.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |