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.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.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.
 

Classes in org.apache.solr.schema used by org.apache.solr.handler.dataimport
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.
 

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.
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.
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
SimilarityFactory
           
SpatialQueryable
          Indicate that the implementing class is capable of generating a Query against spatial resources.
TrieField
          Provides field types to support for Lucene's NumericField.
TrieField.TrieTypes
           
 

Classes in org.apache.solr.schema used by org.apache.solr.search
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.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-2011 Apache Software Foundation. All Rights Reserved.