Package org.apache.solr.schema
Class ClassicIndexSchemaFactory
- java.lang.Object
-
- org.apache.solr.schema.IndexSchemaFactory
-
- org.apache.solr.schema.ClassicIndexSchemaFactory
-
- All Implemented Interfaces:
NamedListInitializedPlugin
public class ClassicIndexSchemaFactory extends IndexSchemaFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.schema.IndexSchemaFactory
IndexSchemaFactory.VersionedConfig
-
-
Constructor Summary
Constructors Constructor Description ClassicIndexSchemaFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(NamedList<?> args)
init
will be called just once, immediately after creation.-
Methods inherited from class org.apache.solr.schema.IndexSchemaFactory
buildIndexSchema, buildIndexSchema, create, getConfigResource, getParsedSchema, getSchemaResourceName, newIndexSchemaFactory
-
-
-
-
Method Detail
-
init
public void init(NamedList<?> args)
Description copied from interface:NamedListInitializedPlugin
init
will be called just once, immediately after creation.Source of the initialization arguments will typically be solrconfig.xml, but will ultimately depends on the plugin itself
- Parameters:
args
- non-null list of initialization parameters (may be empty)
-
-