Uses of Interface
org.apache.solr.schema.SpatialQueryable
-
Packages that use SpatialQueryable Package Description org.apache.solr.schema IndexSchemaandFieldTypeimplementations 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 classAbstractSpatialFieldType<T extends org.apache.lucene.spatial.SpatialStrategy>Abstract base class for Solr FieldTypes based on a Lucene 4SpatialStrategy.classAbstractSpatialPrefixTreeFieldType<T extends org.apache.lucene.spatial.prefix.PrefixTreeStrategy>classBBoxFieldclassDateRangeFieldA field for indexed dates and date ranges.classLatLonPointSpatialFieldA spatial implementation based on Lucene'sLatLonPointandLatLonDocValuesField.classPointTypeA point type that indexes a point in an n-dimensional space as separate fields and supports range queries.classRptWithGeometrySpatialFieldA Solr Spatial FieldType based onCompositeSpatialStrategy.classSpatialRecursivePrefixTreeFieldType
-