org.apache.solr.schema
Class IndexSchemaFactory

java.lang.Object
  extended by org.apache.solr.schema.IndexSchemaFactory
All Implemented Interfaces:
NamedListInitializedPlugin
Direct Known Subclasses:
ClassicIndexSchemaFactory, ManagedIndexSchemaFactory

public abstract class IndexSchemaFactory
extends Object
implements NamedListInitializedPlugin


Constructor Summary
IndexSchemaFactory()
           
 
Method Summary
static IndexSchema buildIndexSchema(String resourceName, SolrConfig config)
           
abstract  IndexSchema create(String resourceName, SolrConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
 

Constructor Detail

IndexSchemaFactory

public IndexSchemaFactory()
Method Detail

create

public abstract IndexSchema create(String resourceName,
                                   SolrConfig config)

buildIndexSchema

public static IndexSchema buildIndexSchema(String resourceName,
                                           SolrConfig config)


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