Package org.apache.lucene.spatial.tier
Class DistanceFieldComparatorSource
- java.lang.Object
-
- org.apache.lucene.search.FieldComparatorSource
-
- org.apache.lucene.spatial.tier.DistanceFieldComparatorSource
-
- All Implemented Interfaces:
Serializable
@Deprecated public class DistanceFieldComparatorSource extends org.apache.lucene.search.FieldComparatorSource
Deprecated.NOTE: This API is still in flux and might change in incompatible ways in the next release.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DistanceFieldComparatorSource(org.apache.lucene.search.Filter distanceFilter)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
cleanUp()
Deprecated.org.apache.lucene.search.FieldComparator
newComparator(String fieldname, int numHits, int sortPos, boolean reversed)
Deprecated.
-
-
-
Method Detail
-
cleanUp
public void cleanUp()
Deprecated.
-
newComparator
public org.apache.lucene.search.FieldComparator newComparator(String fieldname, int numHits, int sortPos, boolean reversed) throws IOException
Deprecated.- Specified by:
newComparator
in classorg.apache.lucene.search.FieldComparatorSource
- Throws:
IOException
-
-