Solr: Using IgnoreFieldUpdateProcessorFactory
I want to prevent the /update/extract request from adding new fields to the schema.xml like “media_white_point”…
I tried to add the update processor IgnoreFieldUpdateProcessorFactory to the “UpdateRequestProcessorChain” which includes deduplication & signature processors, by writing this: