Package | Description |
---|---|
org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpatialFieldType<T extends SpatialStrategy>
Abstract base class for Solr FieldTypes based on a Lucene 4
SpatialStrategy . |
class |
AbstractSpatialPrefixTreeFieldType<T extends PrefixTreeStrategy> |
class |
AbstractSubTypeFieldType
An abstract base class for FieldTypes that delegate work to another
FieldType . |
class |
BBoxField |
class |
BCDIntField
Deprecated.
this class will be removed in 5.0 - use
TrieIntField instead |
class |
BCDLongField
Deprecated.
this class will be removed in 5.0 - use
TrieLongField instead |
class |
BCDStrField
Deprecated.
this class will be removed in 5.0 - use
TrieIntField instead |
class |
BinaryField |
class |
BoolField |
class |
ByteField
Deprecated.
Use
TrieIntField instead. |
class |
CollationField
Field for collated sort keys.
|
class |
CoordinateFieldType
A CoordinateFieldType is the base class for
FieldType s that have semantics
related to items in a coordinate system. |
class |
CurrencyField
Field type for support of monetary values.
|
class |
DateField
Deprecated.
this class will be removed in 5.0 - use
TrieDateField instead |
class |
DoubleField
Deprecated.
this class will be removed in 5.0 - use
TrieDoubleField instead |
class |
EnumField
Field type for support of string values with custom sort order.
|
class |
ExternalFileField
Get values from an external file instead of the index.
|
class |
FieldType
Base class for all field types used by an index schema.
|
class |
FloatField
Deprecated.
this class will be removed in 5.0 - use
TrieFloatField instead |
class |
GeoHashField
This is a class that represents a Geohash field.
|
class |
IntField
Deprecated.
this class will be removed in 5.0 - use
TrieIntField instead |
class |
LatLonType
Represents a Latitude/Longitude as a 2 dimensional point.
|
class |
LongField
Deprecated.
this class will be removed in 5.0 - use
TrieLongField instead |
class |
PointType
A point type that indexes a point in an n-dimensional space as separate fields and supports range queries.
|
class |
PreAnalyzedField
Pre-analyzed field type provides a way to index a serialized token stream,
optionally with an independent stored value of a field.
|
class |
PrimitiveFieldType
Abstract class defining shared behavior for primitive types
Intended to be used as base class for non-analyzed fields like
int, float, string, date etc, and set proper defaults for them
|
class |
RandomSortField
Utility Field used for random sorting.
|
class |
SchemaField
Encapsulates all information about a Field in a Solr Schema
|
class |
ShortField
Deprecated.
Use
TrieIntField instead. |
class |
SortableDoubleField
Deprecated.
this class will be removed in 5.0 - use
TrieDoubleField instead |
class |
SortableFloatField
Deprecated.
this class will be removed in 5.0 - use
TrieFloatField instead |
class |
SortableIntField
Deprecated.
this class will be removed in 5.0 - use
TrieIntField instead |
class |
SortableLongField
Deprecated.
this class will be removed in 5.0 - use
TrieLongField instead |
class |
SpatialPointVectorFieldType |
class |
SpatialRecursivePrefixTreeFieldType |
class |
SpatialTermQueryPrefixTreeFieldType |
class |
StrField |
class |
TextField
TextField is the basic type for configurable text analysis. |
class |
TrieDateField
|
class |
TrieDoubleField
A numeric field that can contain double-precision 64-bit IEEE 754 floating
point values.
|
class |
TrieField
|
class |
TrieFloatField
A numeric field that can contain single-precision 32-bit IEEE 754
floating point values.
|
class |
TrieIntField
A numeric field that can contain 32-bit signed two's complement integer values.
|
class |
TrieLongField
A numeric field that can contain 64-bit signed two's complement integer values.
|
class |
UUIDField
This FieldType accepts UUID string values, as well as the special value
of "NEW" which triggers generation of a new random UUID.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.