You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/02/03 23:34:29 UTC

[3/4] lucene-solr:master: SOLR-6246: add CHANGES entry

SOLR-6246: add CHANGES entry


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

Branch: refs/heads/master
Commit: f9e36d9d76582e97103b29d2c4a4cf9d8e6fc1c6
Parents: 6c1a4b6
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Feb 3 18:32:44 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Feb 3 18:32:44 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f9e36d9d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6b91b95..3ce1029 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -166,6 +166,11 @@ Other Changes
 
 * SOLR-10018: Increase the default hl.maxAnalyzedChars to 51200 for the Unified & Postings Highlighter so that all
   highlighters now have this same default. (David Smiley)
+  
+* SOLR-6246: Added tests to check that the changes in LUCENE-7564 and LUCENE-7670 
+  enable AnalyzingInfixSuggester and BlendedInfixSuggester to play nicely with core reload.  
+  SolrSuggester.build() now throws SolrCoreState.CoreIsClosedException when interrupted
+  by a core reload/shutdown. (Steve Rowe)
 
 ==================  6.4.1 ==================