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:30 UTC

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

Branch: refs/heads/branch_6x
Commit: 90b16c6d855c534fda1229f1afe7bc622cd0b7da
Parents: 7b081e4
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Feb 3 18:33:53 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Feb 3 18:33:53 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/90b16c6d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 91e4c9b..9b7b9ca 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -92,6 +92,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 ==================