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

lucene-solr:master: LUCENE-7662: move CHANGES entry under 6.5.0

Repository: lucene-solr
Updated Branches:
  refs/heads/master be007a6c1 -> f8e16e3c4


LUCENE-7662: move CHANGES entry under 6.5.0


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

Branch: refs/heads/master
Commit: f8e16e3c4e852bce20d0793d157963777ac8f07b
Parents: be007a6
Author: Mike McCandless <mi...@apache.org>
Authored: Fri Feb 10 20:23:26 2017 -0500
Committer: Mike McCandless <mi...@apache.org>
Committed: Fri Feb 10 20:23:26 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f8e16e3c/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 88a1629..f9c464b 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -37,10 +37,6 @@ Improvements
 * LUCENE-7489: Better storage of sparse doc-values fields with the default
   codec. (Adrien Grand)
 
-* LUCENE-7662: If index files are missing, throw CorruptIndexException instead
-  of the less descriptive FileNotFound or NoSuchFileException (Mike Drob via 
-  Mike McCandless, Erick Erickson)
-
 Optimizations
 
 * LUCENE-7416: BooleanQuery optimizes queries that have queries that occur both
@@ -133,6 +129,10 @@ Improvements
   either points or doc values depending on which one is more efficient.
   (Adrien Grand)
 
+* LUCENE-7662: If index files are missing, throw CorruptIndexException instead
+  of the less descriptive FileNotFound or NoSuchFileException (Mike Drob via 
+  Mike McCandless, Erick Erickson)
+
 Optimizations
 
 * LUCENE-7641: Optimized point range queries to compute documents that do not