SOLR-10522: Revert "SOLR-9972: SpellCheckComponent collations and suggestions returned as a JSON object rather than a list"

This commit is contained in:
jdyer1 2017-05-08 13:28:55 -05:00
parent 571264bcc0
commit 82b78bd95e
1 changed files with 4 additions and 0 deletions

View File

@ -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 ==================