Package | Description |
---|---|
org.apache.lucene.spatial.vector |
Spatial strategy that uses two fields.
|
Modifier and Type | Method and Description |
---|---|
static PointVectorStrategy |
PointVectorStrategy.newInstance(org.locationtech.spatial4j.context.SpatialContext ctx,
String fieldNamePrefix)
Create a new
PointVectorStrategy instance that uses DoublePoint and DoublePoint.newRangeQuery(java.lang.String, double, double) |
static PointVectorStrategy |
PointVectorStrategy.newLegacyInstance(org.locationtech.spatial4j.context.SpatialContext ctx,
String fieldNamePrefix)
Deprecated.
LegacyNumerics will be removed
|
Constructor and Description |
---|
DistanceValueSource(PointVectorStrategy strategy,
org.locationtech.spatial4j.shape.Point from,
double multiplier)
Constructor.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.