Solr Error This Indexschema is not mutable
Remove the AddSchemaFieldsUpdateProcessorFactory section from the updateRequestProcessorChain config in your solrconfig.xml The schemaFactory option in solrconfig.xml. This controls whether the Schema should be defined as a “managed index schema”: schema modification is only possible through the Schema API. By default, if no schemaFactory is specified, then the default behavior is to use the “ClassicIndexSchemaFactory” The … Read more