You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/05/10 12:35:14 UTC

[27/50] [abbrv] lucene-solr:jira/solr-10290: SOLR-10522: Revert "SOLR-9972: SpellCheckComponent collations and suggestions returned as a JSON object rather than a list"

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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4b116a96
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4b116a96
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4b116a96

Branch: refs/heads/jira/solr-10290
Commit: 4b116a96f3efd40b62b9e400e52df4d25972883f
Parents: fd626bf
Author: jdyer1 <jd...@apache.org>
Authored: Mon May 8 13:28:55 2017 -0500
Committer: Cassandra Targett <ca...@lucidworks.com>
Committed: Wed May 10 07:30:33 2017 -0500

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4b116a96/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index dc5c279..de3ce0b 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 ==================