Package org.apache.solr.search
Class SpatialOptions
- java.lang.Object
 - 
- org.apache.solr.search.SpatialOptions
 
 
- 
public class SpatialOptions extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description booleanbboxJust do a "bounding box" - or any other quicker method / shape that still encompasses all of the points of interest, but may also encompass points outside.doubledistanceSchemaFieldfieldStringmeasStrStringpointStrdoubleradius 
- 
Constructor Summary
Constructors Constructor Description SpatialOptions()SpatialOptions(String pointStr, double dist, SchemaField sf, String measStr, double radius) 
 - 
 
- 
- 
Field Detail
- 
pointStr
public String pointStr
 
- 
distance
public double distance
 
- 
field
public SchemaField field
 
- 
measStr
public String measStr
 
- 
radius
public double radius
 
- 
bbox
public boolean bbox
Just do a "bounding box" - or any other quicker method / shape that still encompasses all of the points of interest, but may also encompass points outside. 
 - 
 
- 
Constructor Detail
- 
SpatialOptions
public SpatialOptions()
 
- 
SpatialOptions
public SpatialOptions(String pointStr, double dist, SchemaField sf, String measStr, double radius)
 
 - 
 
 -