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

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

Uses of ManagedIndexSchema in org.apache.solr.schema
 

Methods in org.apache.solr.schema that return ManagedIndexSchema
 ManagedIndexSchema ManagedIndexSchema.addCopyFields(Map<String,Collection<String>> copyFields)
           
 ManagedIndexSchema ManagedIndexSchema.addField(SchemaField newField)
           
 ManagedIndexSchema ManagedIndexSchema.addField(SchemaField newField, Collection<String> copyFieldNames)
           
 ManagedIndexSchema ManagedIndexSchema.addFields(Collection<SchemaField> newFields)
           
 ManagedIndexSchema ManagedIndexSchema.addFields(Collection<SchemaField> newFields, Map<String,Collection<String>> copyFieldNames)
           
 ManagedIndexSchema ManagedIndexSchemaFactory.create(String resourceName, SolrConfig config)
          First, try to locate the managed schema file named in the managedSchemaResourceName param.
 ManagedIndexSchema ManagedIndexSchemaFactory.getSchema()
           
 

Methods in org.apache.solr.schema with parameters of type ManagedIndexSchema
 void ManagedIndexSchemaFactory.setSchema(ManagedIndexSchema schema)
           
 



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