Uses of Class
org.apache.lucene.spatial.ShapeValuesSource
Packages that use ShapeValuesSource
Package
Description
Bounding Box Spatial Strategy
Strategies that serialize the shape (non-indexed).
Advanced spatial utilities.
-
Uses of ShapeValuesSource in org.apache.lucene.spatial.bbox
Methods in org.apache.lucene.spatial.bbox that return ShapeValuesSourceModifier and TypeMethodDescriptionBBoxStrategy.makeShapeValueSource()
Provides access to each rectangle per document as aShapeValuesSource
Constructors in org.apache.lucene.spatial.bbox with parameters of type ShapeValuesSourceModifierConstructorDescriptionBBoxOverlapRatioValueSource
(ShapeValuesSource rectValueSource, boolean isGeo, org.locationtech.spatial4j.shape.Rectangle queryExtent, double queryTargetProportion, double minSideLength) BBoxOverlapRatioValueSource
(ShapeValuesSource rectValueSource, org.locationtech.spatial4j.shape.Rectangle queryExtent) Construct with 75% weighting towards target (roughly GeoPortal's default), geo degrees assumed, no minimum side length.BBoxSimilarityValueSource
(ShapeValuesSource bboxValueSource) -
Uses of ShapeValuesSource in org.apache.lucene.spatial.serialized
Methods in org.apache.lucene.spatial.serialized that return ShapeValuesSourceModifier and TypeMethodDescriptionSerializedDVStrategy.makeShapeValueSource()
Provides access to each shape per document -
Uses of ShapeValuesSource in org.apache.lucene.spatial.util
Constructors in org.apache.lucene.spatial.util with parameters of type ShapeValuesSourceModifierConstructorDescriptionDistanceToShapeValueSource
(ShapeValuesSource shapeValueSource, org.locationtech.spatial4j.shape.Point queryPoint, double multiplier, org.locationtech.spatial4j.context.SpatialContext ctx) ShapeAreaValueSource
(ShapeValuesSource shapeValueSource, org.locationtech.spatial4j.context.SpatialContext ctx, boolean geoArea, double multiplier) ShapeValuesPredicate
(ShapeValuesSource shapeValuesource, SpatialOperation op, org.locationtech.spatial4j.shape.Shape queryShape)