Uses of Interface
org.apache.solr.schema.SpatialQueryable
-
Packages that use SpatialQueryable Package Description org.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xml -
-
Uses of SpatialQueryable in org.apache.solr.schema
Classes in org.apache.solr.schema that implement SpatialQueryable Modifier and Type Class Description class
AbstractSpatialFieldType<T extends org.apache.lucene.spatial.SpatialStrategy>
Abstract base class for Solr FieldTypes based on a Lucene 4SpatialStrategy
.class
AbstractSpatialPrefixTreeFieldType<T extends org.apache.lucene.spatial.prefix.PrefixTreeStrategy>
class
BBoxField
class
DateRangeField
A field for indexed dates and date ranges.class
LatLonPointSpatialField
A spatial implementation based on Lucene'sLatLonPoint
andLatLonDocValuesField
.class
PointType
A point type that indexes a point in an n-dimensional space as separate fields and supports range queries.class
RptWithGeometrySpatialField
A Solr Spatial FieldType based onCompositeSpatialStrategy
.class
SpatialRecursivePrefixTreeFieldType
-