Re: luceneMatchVersion in Solr9.2.1

2023-08-31 Thread Alessandro Benedetti
Back in the day I also wrote a blog post about this param: https://sease.io/2021/04/lucenematchversion-in-apache-solr.html Hope it helps! Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@se

Re: luceneMatchVersion in Solr9.2.1

2023-08-30 Thread Shawn Heisey
On 8/30/23 13:25, Oakley, Craig (NIH/NLM/NCBI) [C] wrote: In previous upgrades, we have set luceneMatchVersion to match our version of Solr But we were noticing that Solr 9.2.1 uses Lucene version 9.4.2 Should we continue using the Solr version (as we have in the past) or should luceneMatchVe

Re: luceneMatchVersion in Solr9.2.1

2023-08-30 Thread Alessandro Benedetti
Hi, Since Apache Solr and Apache Lucene are not the same project, the lucene and solr version are not aligned anymore. So please use the correct Lucene version included in the Solr release you are using. Cheers On Wed, 30 Aug 2023, 21:26 Oakley, Craig (NIH/NLM/NCBI) [C], wrote: > In previous u

luceneMatchVersion in Solr9.2.1

2023-08-30 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
In previous upgrades, we have set luceneMatchVersion to match our version of Solr But we were noticing that Solr 9.2.1 uses Lucene version 9.4.2 Should we continue using the Solr version (as we have in the past) or should luceneMatchVersion be 9.4.2 (as the name would imply)? Or does it matter