- Issue created by @Charlie ChX Negyesi
- π¦πΉAustria drunken monkey Vienna, Austria
What exactly was the schema error. The default is
search_api.default_processor_configuration, so if you needed to addsearch_api.fields_processor_configurationthen maybe your processor inherits fromFieldsProcessorPluginBase? In that case, it is expected that you would need to specify that explicitly, we have no way of detecting in the config schema whether a processor inherits from that.For those processors that just inherit from
ProcessorPluginBaseit seems to work fine. For instance, there is no explicit schema for theentity_statusprocessor.