Uses of Class
org.apache.solr.schema.FieldType

Packages that use FieldType
org.apache.solr.schema   
org.apache.solr.update   
 

Uses of FieldType in org.apache.solr.schema
 

Subclasses of FieldType in org.apache.solr.schema
 class BCDIntField
           
 class BCDLongField
           
 class BCDStrField
           
 class BoolField
           
 class 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.
 class DateField
          FieldType that can represent any Date/Time with millisecond precisison.
 class DoubleField
           
 class FloatField
           
 class IntField
           
 class LongField
           
 class SortableDoubleField
           
 class SortableFloatField
           
 class SortableIntField
           
 class SortableLongField
           
 class StrField
           
 class TextField
          TextField is the basic type for configurable text analysis.
 

Methods in org.apache.solr.schema that return FieldType
 FieldType IndexSchema.getDynamicFieldType(java.lang.String fieldName)
          Returns the FieldType of the best matching dynamic field for the specified field name
 FieldType IndexSchema.getFieldType(java.lang.String fieldName)
          Returns the FieldType for the specified field name.
 FieldType IndexSchema.getFieldTypeNoEx(java.lang.String fieldName)
          Returns the FieldType for the specified field name.
 FieldType SchemaField.getType()
           
 

Methods in org.apache.solr.schema that return types with arguments of type FieldType
 java.util.Map<java.lang.String,FieldType> IndexSchema.getFieldTypes()
          Provides direct access to the Map containing all Field Types in the index, keyed on fild type name.
 

Constructors in org.apache.solr.schema with parameters of type FieldType
SchemaField(java.lang.String name, FieldType type)
          Create a new SchemaField with the given name and type, using all the default properties from the type.
SchemaField(java.lang.String name, FieldType type, int properties, java.lang.String defaultValue)
          Create a new SchemaField with the given name and type, and with the specified properties.
 

Uses of FieldType in org.apache.solr.update
 

Fields in org.apache.solr.update declared as FieldType
protected  FieldType UpdateHandler.idFieldType
           
 



Copyright © 2006 - 2009 The Apache Software Foundation