Uses of Interface
org.apache.solr.schema.SpatialQueryable

Packages that use SpatialQueryable
org.apache.solr.schema IndexSchema and FieldType implementations for powering schema.xml 
 

Uses of SpatialQueryable in org.apache.solr.schema
 

Classes in org.apache.solr.schema that implement SpatialQueryable
 class AbstractSpatialFieldType<T extends SpatialStrategy>
          Abstract base class for Solr FieldTypes based on a Lucene 4 SpatialStrategy.
 class AbstractSpatialPrefixTreeFieldType<T extends PrefixTreeStrategy>
           
 class GeoHashField
          This is a class that represents a Geohash field.
 class LatLonType
          Represents a Latitude/Longitude as a 2 dimensional point.
 class PointType
          A point type that indexes a point in an n-dimensional space as separate fields and supports range queries.
 class SpatialPointVectorFieldType
           
 class SpatialRecursivePrefixTreeFieldType
           
 class SpatialTermQueryPrefixTreeFieldType
           
 



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