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.schema   
org.apache.solr.search   
org.apache.solr.search.function   
org.apache.solr.update   
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.schema
BCDIntField
           
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.
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.
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
SimilarityFactory
           
TrieField
          Provides field types to support for Lucene's Trie Range Queries.
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.
 

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.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.util
IndexSchema
          IndexSchema contains information about the valid fields in an index and the types of those fields.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.