org.apache.solr.schema
Interface SpatialQueryable

All Known Implementing Classes:
AbstractSpatialFieldType, AbstractSpatialPrefixTreeFieldType, GeoHashField, LatLonType, PointType, SpatialPointVectorFieldType, SpatialRecursivePrefixTreeFieldType, SpatialTermQueryPrefixTreeFieldType

public interface SpatialQueryable

Indicate that the implementing class is capable of generating a Query against spatial resources. For example, the LatLonType 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
 Query createSpatialQuery(QParser parser, SpatialOptions options)
           
 

Method Detail

createSpatialQuery

Query createSpatialQuery(QParser parser,
                         SpatialOptions options)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.