AndreyBozhko commented on code in PR #2147: URL: https://github.com/apache/solr/pull/2147#discussion_r1424577782
########## solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc: ########## @@ -394,7 +411,9 @@ Note that the `Version` value is `"2"`, which means the plugin is updated. === How to Avoid Automatic Upgrade The default version used in any collection is always the latest. -However, setting a per-collection property in `params.json` ensures that the versions are always fixed irrespective of the new versions added. +However, setting a per-collection property in `params.json` ensures that the collection uses the same +package version (i.e., version *2.0*), irrespective of any versions larger than *2.0* that may be added to Solr Review Comment: @epugh I thought of that, but felt that it could be misleading - because, for example, the current package version in Solr could be `2.11.0`, and then the user uploads `2.9.0` (which isn't more recent semantically, but is "larger" lexicographically). So without the `params.json`, the collection will be "upgraded" to use `2.9.0`, - but if the version `2.11.0` is pinned, it will be used regardless of how the Solr compares the version strings. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org