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

[4/4] lucene-solr:branch_6x: LUCENE-7670: move changes entry under 6.4.1

LUCENE-7670: move changes entry under 6.4.1


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

Branch: refs/heads/branch_6x
Commit: 0acddf44e670627a70daabf645159b873b79bd9d
Parents: a8b1c8b
Author: Steve Rowe <sa...@apache.org>
Authored: Tue Jan 31 08:20:04 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Tue Jan 31 08:20:47 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0acddf44/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index da6c626..b8c29ff 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -50,9 +50,6 @@ Bug Fixes
 * LUCENE-7630: Fix (Edge)NGramTokenFilter to no longer drop payloads
   and preserve all attributes. (Nathan Gass via Uwe Schindler)
 
-* LUCENE-7670: AnalyzingInfixSuggester should not immediately open an
-  IndexWriter over an already-built index. (Steve Rowe)
-
 Improvements
 
 * LUCENE-7055: Added Weight#scorerSupplier, which allows to estimate the cost
@@ -115,6 +112,9 @@ Bug Fixes
   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 =======================
 
 API Changes