Package | Description |
---|---|
org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubTypeFieldType
An abstract base class for FieldTypes that delegate work to another
FieldType . |
class |
BBoxField |
class |
CoordinateFieldType
A CoordinateFieldType is the base class for
FieldType 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's
LatLonPoint and LatLonDocValuesField . |
class |
LatLonType
Deprecated.
use
LatLonPointSpatialField instead |
class |
PointType
A point type that indexes a point in an n-dimensional space as separate fields and supports range queries.
|
class |
SpatialPointVectorFieldType
Deprecated.
use
LatLonPointSpatialField instead |
Modifier and Type | Field and Description |
---|---|
protected List<SchemaAware> |
IndexSchema.schemaAware |
Constructor and Description |
---|
FieldTypePluginLoader(IndexSchema schema,
Map<String,FieldType> fieldTypes,
Collection<SchemaAware> schemaAware) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.