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

Packages that use FieldProperties
org.apache.solr.schema IndexSchema and FieldType implementations for powering schema.xml 
 

Uses of FieldProperties in org.apache.solr.schema
 

Subclasses of FieldProperties in org.apache.solr.schema
 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 BCDIntField
           
 class BCDLongField
           
 class BCDStrField
           
 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 FieldTypes that have semantics related to items in a coordinate system.
 class CurrencyField
          Field type for support of monetary values.
 class DateField
          Deprecated. TrieDateField is recomended for all new schemas
 class DoubleField
          A legacy numeric field type that encodes "Double" values as simple Strings.
 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
          A legacy numeric field type that encodes "Float" values as simple Strings.
 class GeoHashField
          This is a class that represents a Geohash field.
 class IntField
          A legacy numeric field type that encodes "Integer" values as simple Strings.
 class LatLonType
          Represents a Latitude/Longitude as a 2 dimensional point.
 class LongField
          A legacy numeric field type that encodes "Long" values as simple Strings.
 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. use DoubleField or TrieDoubleField - will be removed in 5.x
 class SortableFloatField
          Deprecated. use FloatField or TrieFloatField - will be removed in 5.x
 class SortableIntField
          Deprecated. use IntField or TrieIntField - will be removed in 5.x
 class SortableLongField
          Deprecated. use LongField or TrieLongField - will be removed in 5.x
 class SpatialPointVectorFieldType
           
 class SpatialRecursivePrefixTreeFieldType
           
 class SpatialTermQueryPrefixTreeFieldType
           
 class StrField
           
 class TextField
          TextField is the basic type for configurable text analysis.
 class TrieDateField
           An extension of DateField that supports the same values and syntax, but indexes the value more efficiently using a numeric TrieField under the covers.
 class TrieDoubleField
          A numeric field that can contain double-precision 64-bit IEEE 754 floating point values.
 class TrieField
          Provides field types to support for Lucene's IntField, LongField, FloatField and DoubleField.
 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.