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/01/31 13:21:46 UTC

[2/4] lucene-solr:branch_6_4: LUCENE-7670: changes entry

LUCENE-7670: 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/8ce4ffc4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8ce4ffc4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8ce4ffc4

Branch: refs/heads/branch_6_4
Commit: 8ce4ffc4f92ba9623a61bdcdbc9cafbdfdc3e4bd
Parents: 5cee247
Author: Steve Rowe <sa...@apache.org>
Authored: Tue Jan 31 08:18:26 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Tue Jan 31 08:18:26 2017 -0500

----------------------------------------------------------------------
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8ce4ffc4/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 4b87106..04336f2 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -20,6 +20,9 @@ Bug Fixes
 * LUCENE-7647: Made stored fields reclaim native memory more aggressively when
   configured with BEST_COMPRESSION. This could otherwise result in out-of-memory
   issues. (Adrien Grand)
+  
+* LUCENE-7670: AnalyzingInfixSuggester should not immediately open an
+  IndexWriter over an already-built index. (Steve Rowe)
 
 ======================= Lucene 6.4.0 =======================