From 46301f2fa2b67e9411de19b19453928c1dc4baf8 Mon Sep 17 00:00:00 2001 From: Mikhail Khludnev Date: Sat, 24 Sep 2016 23:26:33 +0300 Subject: [PATCH] SOLR-8395: add disclaimer into 7.0 migration - it won't work there. --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index aafd7961649..0e7911c3266 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -37,6 +37,9 @@ Upgrading from Solr 6.x * HttpSolrClient#setDefaultMaxConnectionsPerHost and HttpSolrClient#setMaxTotalConnections have been removed. These now default very 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 ----------------------