Package org.apache.solr.common.params
Interface SpatialParams
- 
 public interface SpatialParams
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDISTANCEstatic StringFIELDstatic StringMEASUREThe distance measure to use.static StringPOINTstatic StringSPHERE_RADIUSThe radius of the sphere to use to in calculating spherical distances like Haversinestatic StringUNITSkm - kilometers mi - miles
 
- 
- 
- 
Field Detail- 
POINTstatic final String POINT - See Also:
- Constant Field Values
 
 - 
DISTANCEstatic final String DISTANCE - See Also:
- Constant Field Values
 
 - 
FIELDstatic final String FIELD - See Also:
- Constant Field Values
 
 - 
UNITSstatic final String UNITS km - kilometers mi - miles- See Also:
- Constant Field Values
 
 - 
MEASUREstatic final String MEASURE The distance measure to use.- See Also:
- Constant Field Values
 
 - 
SPHERE_RADIUSstatic final String SPHERE_RADIUS The radius of the sphere to use to in calculating spherical distances like Haversine- See Also:
- Constant Field Values
 
 
- 
 
-