Package | Description |
---|---|
org.apache.lucene.spatial.vector |
Spatial strategy that uses two fields.
|
Modifier and Type | Method and Description |
---|---|
static PointVectorStrategy |
PointVectorStrategy.newInstance(com.spatial4j.core.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(com.spatial4j.core.context.SpatialContext ctx,
String fieldNamePrefix)
Deprecated.
LegacyNumerics will be removed
|
Constructor and Description |
---|
DistanceValueSource(PointVectorStrategy strategy,
com.spatial4j.core.shape.Point from,
double multiplier)
Constructor.
|
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.