Uses of Class
org.apache.solr.schema.AbstractSubTypeFieldType

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

Uses of AbstractSubTypeFieldType in org.apache.solr.schema
 

Subclasses of AbstractSubTypeFieldType in org.apache.solr.schema
 class CoordinateFieldType
          A CoordinateFieldType is the base class for FieldTypes that have semantics related to items in a coordinate system.
 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.
 



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