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

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

Uses of FieldType in org.apache.solr.handler
 

Methods in org.apache.solr.handler that return FieldType
 FieldType AnalysisRequestHandlerBase.AnalysisContext.getFieldType()
           
 

Constructors in org.apache.solr.handler with parameters of type FieldType
AnalysisRequestHandlerBase.AnalysisContext(FieldType fieldType, org.apache.lucene.analysis.Analyzer analyzer, Set<String> termsToMatch)
          Constructs a new AnalysisContext with a given field tpe, analyzer and termsToMatch.
AnalysisRequestHandlerBase.AnalysisContext(String fieldName, FieldType fieldType, org.apache.lucene.analysis.Analyzer analyzer)
          Constructs an AnalysisContext with a given field name, field type and analyzer.
AnalysisRequestHandlerBase.AnalysisContext(String fieldName, FieldType fieldType, org.apache.lucene.analysis.Analyzer analyzer, Set<String> termsToMatch)
          Constructs a new AnalysisContext with a given field tpe, analyzer and termsToMatch.
 

Uses of FieldType in org.apache.solr.handler.component
 

Fields in org.apache.solr.handler.component declared as FieldType
 FieldType FacetComponent.FieldFacet.ftype
           
 

Methods in org.apache.solr.handler.component with parameters of type FieldType
static StatsValues StatsValuesFactory.createStatsValues(FieldType fieldType)
          Creates an instance of StatsValues which supports values from a field of the given FieldType
 

Constructors in org.apache.solr.handler.component with parameters of type FieldType
FieldFacetStats(String name, org.apache.lucene.search.FieldCache.StringIndex si, FieldType facetFieldType, int numStatsTerms, FieldType statFieldType)
           
 

Uses of FieldType in org.apache.solr.schema
 

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

Fields in org.apache.solr.schema declared as FieldType
protected  FieldType AbstractSubTypeFieldType.subType
           
 

Methods in org.apache.solr.schema that return FieldType
 FieldType IndexSchema.getDynamicFieldType(String fieldName)
          Returns the FieldType of the best matching dynamic field for the specified field name
 FieldType IndexSchema.getFieldType(String fieldName)
          Returns the FieldType for the specified field name.
 FieldType IndexSchema.getFieldTypeByName(String fieldTypeName)
          Given the name of a FieldType (not to be confused with IndexSchema.getFieldType(String) which takes in the name of a field), return the FieldType.
 FieldType IndexSchema.getFieldTypeNoEx(String fieldName)
          Returns the FieldType for the specified field name.
 FieldType AbstractSubTypeFieldType.getSubType()
           
 FieldType SchemaField.getType()
           
 

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

Methods in org.apache.solr.schema with parameters of type FieldType
static String TrieField.getMainValuePrefix(FieldType ft)
          expert internal use, subject to change.
 

Constructors in org.apache.solr.schema with parameters of type FieldType
SchemaField(String name, FieldType type)
          Create a new SchemaField with the given name and type, using all the default properties from the type.
SchemaField(String name, FieldType type, int properties, 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 © 2000-2011 Apache Software Foundation. All Rights Reserved.