Package org.apache.solr.schema

Class Summary
BCDIntField  
BCDLongField  
BCDStrField  
BinaryField  
BoolField  
ByteField  
CompressableField CompressableField is an abstract field type which enables a field to be compressed (by specifying compressed="true" at the field definition level) and provides optional support for specifying a threshold at which compression is enabled.
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.
FieldType Base class for all field types used by an index schema.
FloatField  
IndexSchema IndexSchema contains information about the valid fields in an index and the types of those fields.
IntField  
LegacyDateField Deprecated. use DateField
LongField  
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  
TextField TextField is the basic type for configurable text analysis.
TrieDateField  
TrieDoubleField  
TrieField Provides field types to support for Lucene's Trie Range Queries.
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 © 2009 Apache Software Foundation. All Rights Reserved.