Uses of Package
org.apache.solr.schema

Packages that use org.apache.solr.schema
org.apache.solr.analysis   
org.apache.solr.core   
org.apache.solr.handler   
org.apache.solr.handler.component   
org.apache.solr.handler.dataimport   
org.apache.solr.handler.extraction   
org.apache.solr.request   
org.apache.solr.response   
org.apache.solr.response.transform   
org.apache.solr.schema   
org.apache.solr.search   
org.apache.solr.search.function   
org.apache.solr.search.grouping.distributed.command   
org.apache.solr.search.grouping.distributed.shardresultserializer   
org.apache.solr.search.similarities   
org.apache.solr.update   
org.apache.solr.update.processor   
org.apache.solr.util   
 

Classes in org.apache.solr.schema used by org.apache.solr.analysis
TrieField.TrieTypes
           
 

Classes in org.apache.solr.schema used by org.apache.solr.core
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
 

Classes in org.apache.solr.schema used by org.apache.solr.handler
FieldType
          Base class for all field types used by an index schema.
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
 

Classes in org.apache.solr.schema used by org.apache.solr.handler.component
FieldType
          Base class for all field types used by an index schema.
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.handler.dataimport
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.handler.extraction
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.request
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.response
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.response.transform
FieldType
          Base class for all field types used by an index schema.
 

Classes in org.apache.solr.schema used by org.apache.solr.schema
AbstractSubTypeFieldType
          An abstract base class for FieldTypes that delegate work to another FieldType.
BCDIntField
           
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.
ExchangeRateProvider
          Interface for providing pluggable exchange rate providers to @CurrencyField
FieldProperties
           
FieldType
          Base class for all field types used by an index schema.
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
PreAnalyzedField.ParseResult
          This is a simple holder of a stored part and the collected states (tokens with attributes).
PreAnalyzedField.PreAnalyzedParser
          Parse the input and return the stored part and the tokens with attributes.
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
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.
SchemaField
          Encapsulates all information about a Field in a Solr Schema
SpatialQueryable
          Indicate that the implementing class is capable of generating a Query against spatial resources.
StrField
           
TrieField
          Provides field types to support for Lucene's IntField, LongField, FloatField and DoubleField.
TrieField.TrieTypes
           
 

Classes in org.apache.solr.schema used by org.apache.solr.search
FieldType
          Base class for all field types used by an index schema.
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.search.function
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.search.grouping.distributed.command
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.search.grouping.distributed.shardresultserializer
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.search.similarities
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
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.
SimilarityFactory
           
 

Classes in org.apache.solr.schema used by org.apache.solr.update
FieldType
          Base class for all field types used by an index schema.
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
SchemaField
          Encapsulates all information about a Field in a Solr Schema
 

Classes in org.apache.solr.schema used by org.apache.solr.update.processor
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
 

Classes in org.apache.solr.schema used by org.apache.solr.util
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
 



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