Hello, Could you please help, for some reason my custom updateRequestProcessorChain does not take any effect. I am using Solr v.7.2.1 with two nodes. I have the following schema:
In my solrconfig.xml I added: I enabled TRACE logging for UpdateRequestProcessorChain, CloneFieldUpdateProcessorFactory and DistributedUpdateProcessorFactory (but still cannot see this in the logs). After I add a new document like {"text_en":"test"}, the field "text_en_exact" is never populated with this value by CloneFieldUpdateProcessorFactory. What am I doing wrong? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html