Class FieldTypePluginLoader

    • Constructor Detail

      • 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.