From 82b78bd95e95b95b9e7527d9396be24a0dc221df Mon Sep 17 00:00:00 2001 From: jdyer1 Date: Mon, 8 May 2017 13:28:55 -0500 Subject: [PATCH] SOLR-10522: Revert "SOLR-9972: SpellCheckComponent collations and suggestions returned as a JSON object rather than a list" --- solr/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index dc5c279165d..de3ce0bb1a5 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -386,6 +386,10 @@ Other Changes * SOLR-10614: Static fields have turned to instance's field in SimplePostTool. Enabled TestSolrCLIRunExample.testTechproductsExample(). (Andrey Kudryavtsev, Mikhail Khludnev) + +* SOLR-10522: Revert SpellCheckComponent response format change from SOLR-9972 (rel. 6.5.0). While this + was an improvement for the json "arrntv" format, it caused problems for the default json format. + (James Dyer, reported by Nikita Pchelintsev) ================== 6.5.1 ==================