Uses of Interface
org.apache.solr.schema.SchemaAware
-
Packages that use SchemaAware Package Description org.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xml -
-
Uses of SchemaAware in org.apache.solr.schema
Classes in org.apache.solr.schema that implement SchemaAware Modifier and Type Class Description class
AbstractSubTypeFieldType
An abstract base class for FieldTypes that delegate work to anotherFieldType
.class
BBoxField
class
CoordinateFieldType
A CoordinateFieldType is the base class forFieldType
s that have semantics related to items in a coordinate system.class
CurrencyField
Deprecated.class
CurrencyFieldType
Field type for support of monetary values.class
ExternalFileField
Get values from an external file instead of the index.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.Fields in org.apache.solr.schema with type parameters of type SchemaAware Modifier and Type Field Description protected List<SchemaAware>
IndexSchema. schemaAware
Constructor parameters in org.apache.solr.schema with type arguments of type SchemaAware Constructor Description FieldTypePluginLoader(IndexSchema schema, Map<String,FieldType> fieldTypes, Collection<SchemaAware> schemaAware)
-