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

Reply via email to