Uses of Interface
org.apache.solr.schema.SchemaAware
-
Packages that use SchemaAware Package Description org.apache.solr.schema IndexSchemaandFieldTypeimplementations 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 classAbstractSubTypeFieldTypeAn abstract base class for FieldTypes that delegate work to anotherFieldType.classBBoxFieldclassCoordinateFieldTypeA CoordinateFieldType is the base class forFieldTypes that have semantics related to items in a coordinate system.classCurrencyFieldDeprecated.classCurrencyFieldTypeField type for support of monetary values.classExternalFileFieldGet values from an external file instead of the index.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.Fields in org.apache.solr.schema with type parameters of type SchemaAware Modifier and Type Field Description protected List<SchemaAware>IndexSchema. schemaAwareConstructor parameters in org.apache.solr.schema with type arguments of type SchemaAware Constructor Description FieldTypePluginLoader(IndexSchema schema, Map<String,FieldType> fieldTypes, Collection<SchemaAware> schemaAware)
-