Re: solr Help

2021-12-12 Thread David Smiley
At a glance, a "NoSuchMethodError" strongly points to using incompatible JARs. You say you are on Solr 8.11 but perhaps you have JARs for the DIH of a previous version. They need to match. I checked right now that the DIH in fact uses the method you point to, which lends credence to my theory.

Re: solr Help

2021-12-12 Thread Shawn Heisey
On 12/11/2021 7:49 PM, Surya R wrote: Can anyone please let me know what this error is? Why is it referring to update processor? Thanks in advance for your help. java.lang.NoSuchMethodError: org.apache.solr.update.processor.TemplateUpdateProcessorFactory.replaceTokens(Ljava/lang/String;Lorg/apa

solr Help

2021-12-12 Thread Surya R
hi Solr Devs, I need guidance on a problem I am having. We recently upgraded to solr-8.11. We still use DIH to pull data from postgres DB. We use solr in a standalone mode, with multiple cores, each core serving a certain business unit. When i try kicking off the dataimport handler i get the bel