SOLR-8395: add disclaimer into 7.0 migration - it won't work there.

This commit is contained in:
Mikhail Khludnev 2016-09-24 23:26:33 +03:00
parent 4ab8e9c262
commit 46301f2fa2
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ Upgrading from Solr 6.x
* HttpSolrClient#setDefaultMaxConnectionsPerHost and * HttpSolrClient#setDefaultMaxConnectionsPerHost and
HttpSolrClient#setMaxTotalConnections have been removed. These now default very HttpSolrClient#setMaxTotalConnections have been removed. These now default very
high and can only be changed via param when creating an HttpClient instance. high and can only be changed via param when creating an HttpClient instance.
* Query time join with scoring {!join score=none} (even none) doesn't handle single value numeric fields.
Users are advised to convert these fields into string and reindex.
Bug Fixes Bug Fixes
---------------------- ----------------------