You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jd...@apache.org on 2017/05/08 18:30:44 UTC

[2/2] lucene-solr:branch_6x: 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/854347d5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/854347d5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/854347d5

Branch: refs/heads/branch_6x
Commit: 854347d5e09ea92f1d738458a05fc2224ca3d7aa
Parents: 68f51e6
Author: jdyer1 <jd...@apache.org>
Authored: Mon May 8 13:28:55 2017 -0500
Committer: jdyer1 <jd...@apache.org>
Committed: Mon May 8 13:30:05 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/854347d5/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e5d1dc1..a426628 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -289,6 +289,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 ==================