Package org.apache.solr.schema
Interface SpatialQueryable
- All Known Implementing Classes:
AbstractSpatialFieldType,AbstractSpatialPrefixTreeFieldType,BBoxField,DateRangeField,LatLonPointSpatialField,PointType,RptWithGeometrySpatialField,SpatialRecursivePrefixTreeFieldType
public interface SpatialQueryable
Indicate that the implementing class is capable of generating a Query against spatial resources.
For example, the
LatLonPointSpatialField is capable of creating a query that restricts
the document space down to documents that are within a certain distance of a given point on
Earth. *-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.QuerycreateSpatialQuery(QParser parser, SpatialOptions options) double
-
Method Details
-
createSpatialQuery
-
getSphereRadius
double getSphereRadius()
-