mirror of https://github.com/apache/lucene.git
SOLR-8395: add disclaimer into 7.0 migration - it won't work there.
This commit is contained in:
parent
4ab8e9c262
commit
46301f2fa2
|
@ -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
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in New Issue