Hi, Just to check, are the index that was indexed in Solr 6.4.1 affected by the bug? Do we have to re-index those records when we move to Solr 6.4.2?
Regards, Edwin On 9 March 2017 at 12:49, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/8/2017 2:36 AM, Bernd Fehling wrote: > > Shouldn't in server/solr/configsets/.../solrconfig.xml > > <luceneMatchVersion>6.4.1</luceneMatchVersion> > > really read > > <luceneMatchVersion>6.4.2</luceneMatchVersion> > > > > May be something for package builder for future releases? > > That does look like it got overlooked, and is generally something that > SHOULD be changed with each new version, but in this case, changing > between those two version numbers will have zero effect. It is against > project policy to make significant changes in a bugfix release (where > third version number changes). > > Any change that's significant enough to be controlled by a > luceneMatchVersion check would only be allowed a minor or major release. > > Thanks, > Shawn > >