Uses of Class
org.apache.lucene.spatial.vector.PointVectorStrategy
Packages that use PointVectorStrategy
-
Uses of PointVectorStrategy in org.apache.lucene.spatial.vector
Methods in org.apache.lucene.spatial.vector that return PointVectorStrategyModifier and TypeMethodDescriptionstatic PointVectorStrategy
PointVectorStrategy.newInstance
(org.locationtech.spatial4j.context.SpatialContext ctx, String fieldNamePrefix) Create a newPointVectorStrategy
instance that usesDoublePoint
andDoublePoint.newRangeQuery(java.lang.String, double, double)
Constructors in org.apache.lucene.spatial.vector with parameters of type PointVectorStrategyModifierConstructorDescriptionDistanceValueSource
(PointVectorStrategy strategy, org.locationtech.spatial4j.shape.Point from, double multiplier) Constructor.