Class FieldTypePluginLoader

java.lang.Object
org.apache.solr.util.plugin.AbstractPluginLoader<FieldType>
org.apache.solr.schema.FieldTypePluginLoader

public final class FieldTypePluginLoader extends AbstractPluginLoader<FieldType>
  • Constructor Details

    • FieldTypePluginLoader

      public FieldTypePluginLoader(IndexSchema schema, Map<String,FieldType> fieldTypes, Collection<SchemaAware> schemaAware)
      Parameters:
      schema - The schema that will be used to initialize the FieldTypes
      fieldTypes - All FieldTypes that are instantiated by this Plugin Loader will be added to this Map
      schemaAware - Any SchemaAware objects that are instantiated by this Plugin Loader will be added to this collection.
  • Method Details