Uses of Package
org.apache.solr.schema

Packages that use org.apache.solr.schema
org.apache.solr.core   
org.apache.solr.request   
org.apache.solr.schema   
org.apache.solr.search   
org.apache.solr.update   
org.apache.solr.util   
 

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.request
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
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.
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
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.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 © 2006 - 2009 The Apache Software Foundation