public class DistanceToShapeValueSource extends DoubleValuesSource
DistanceCalculator.SCORES| Constructor and Description |
|---|
DistanceToShapeValueSource(ShapeValuesSource shapeValueSource,
org.locationtech.spatial4j.shape.Point queryPoint,
double multiplier,
org.locationtech.spatial4j.context.SpatialContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DoubleValues |
getValues(LeafReaderContext readerContext,
DoubleValues scores) |
int |
hashCode() |
boolean |
isCacheable(LeafReaderContext ctx) |
boolean |
needsScores() |
DoubleValuesSource |
rewrite(IndexSearcher searcher) |
String |
toString() |
constant, explain, fromDoubleField, fromField, fromFloatField, fromIntField, fromLongField, fromQuery, fromScorer, getSortField, toLongValuesSourcepublic DistanceToShapeValueSource(ShapeValuesSource shapeValueSource, org.locationtech.spatial4j.shape.Point queryPoint, double multiplier, org.locationtech.spatial4j.context.SpatialContext ctx)
public String toString()
toString in class DoubleValuesSourcepublic DoubleValues getValues(LeafReaderContext readerContext, DoubleValues scores) throws IOException
getValues in class DoubleValuesSourceIOExceptionpublic boolean needsScores()
needsScores in class DoubleValuesSourcepublic boolean isCacheable(LeafReaderContext ctx)
public DoubleValuesSource rewrite(IndexSearcher searcher) throws IOException
rewrite in class DoubleValuesSourceIOExceptionpublic boolean equals(Object o)
equals in class DoubleValuesSourcepublic int hashCode()
hashCode in class DoubleValuesSourceCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.