Re: solr 9.2.1 plugin newSearcher function not called

2024-04-18 Thread elisabeth benoit
Hello, Thanks for your answer, I'll try to be clearer. We have a plugin, we've been usint it with solr 7.3.1 and are now upgrading to solr 9.2.1 The plugin is declared like this in solrconfig.xml What we want is the plugin to read values stopwords="le;la;les;"start

Re: Invalid JSON on solr9 when using a binary field

2024-04-18 Thread Karl Stoney
Hi Thomas, It does thanks, and actually I’m stumbled across that too. I’ve raised a Jira issue and referenced the Jira issue from that thread: https://issues.apache.org/jira/browse/SOLR-17237 From: Thomas Corthals Date: Thursday, 18 April 2024 at 09:16 To: users@solr.apache.org Subject: Re: In

Re: Invalid JSON on solr9 when using a binary field

2024-04-18 Thread Thomas Corthals
Hi Karl, The mail thread mentions pre-existing issue refs that might be the cause, but they're not very enlightening on their own. Does this link for the mail archive work for you? https://lists.apache.org/thread/b717gcmjj92vxgq48g4ho8wct3zm4rct Thomas Op do 18 apr 2024 08:34 schreef Karl Ston

Re: Invalid JSON on solr9 when using a binary field

2024-04-18 Thread Karl Stoney
Also, we’ve just tested blowing away our solr9 cluster from scratch (as it technically had been upgraded from 9.4.0 to 9.5.0), and rebuilding. We inserted a document with a binary field again and can confirm the problem is still present. I found https://issues.apache.org/jira/browse/SOLR-10653