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

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

Branch: refs/heads/master
Commit: 2e651010fc6e1fc09323363ecd77d07905526df5
Parents: d9edc0b
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:04 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2e651010/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 7469012..363e2bd 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -108,9 +108,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
@@ -173,6 +170,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