Package org.apache.solr.schema

Interface Summary
SchemaAware An interface that can be extended to provide a callback mechanism for informing an IndexSchema instance of changes to it, dynamically performed at runtime.
SpatialQueryable Indicate that the implementing class is capable of generating a Query against spatial resources.
 

Class Summary
AbstractSubTypeFieldType An abstract base class for FieldTypes that delegate work to another FieldType.
BCDIntField  
BCDLongField  
BCDStrField  
BinaryField  
BoolField  
ByteField  
CoordinateFieldType A CoordinateFieldType is the base class for FieldTypes that have semantics related to items in a coordinate system.
CopyField CopyField contains all the information of a valid copy fields in an index.
DateField FieldType that can represent any Date/Time with millisecond precision.
DoubleField  
ExternalFileField Get values from an external file instead of the index.
FieldProperties  
FieldType Base class for all field types used by an index schema.
FloatField  
GeoHashField This is a class that represents a Geohash field.
IndexSchema IndexSchema contains information about the valid fields in an index and the types of those fields.
IntField  
LatLonType Represents a Latitude/Longitude as a 2 dimensional point.
LegacyDateField Deprecated. use DateField
LongField  
PointType A point type that indexes a point in an n-dimensional space as separate fields and supports range queries.
RandomSortField Utility Field used for random sorting.
SchemaField Encapsulates all information about a Field in a Solr Schema
ShortField  
SimilarityFactory  
SortableDoubleField  
SortableFloatField  
SortableIntField  
SortableLongField  
StrField  
StrFieldSource  
TextField TextField is the basic type for configurable text analysis.
TrieDateField  
TrieDoubleField  
TrieField Provides field types to support for Lucene's NumericField.
TrieFloatField  
TrieIntField  
TrieLongField  
UUIDField This FieldType accepts UUID string values, as well as the special value of "NEW" which triggers generation of a new random UUID.
 

Enum Summary
TrieField.TrieTypes  
 



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