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 2016/07/21 13:38:00 UTC

[38/51] [abbrv] lucene-solr:apiv2: LUCENE-7385: fix location of CHANGES.txt entry in master (branch_6x is good)

LUCENE-7385: fix location of CHANGES.txt entry in master (branch_6x is good)


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

Branch: refs/heads/apiv2
Commit: 5c4b7173a8535b76a96a32bdba79d8b89be14dc7
Parents: efef37b
Author: David Smiley <ds...@apache.org>
Authored: Mon Jul 18 22:11:26 2016 -0400
Committer: David Smiley <ds...@apache.org>
Committed: Mon Jul 18 22:11:26 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5c4b7173/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 4ac3169..34e91b6 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -120,6 +120,8 @@ Improvements
 * LUCENE-7376: Add support for ToParentBlockJoinQuery to fast vector highlighter's
   FieldQuery. (Martijn van Groningen)
 
+* LUCENE-7385: Improve/fix assert messages in SpanScorer. (David Smiley)
+
 Optimizations
 
 * LUCENE-7330, LUCENE-7339: Speed up conjunction queries. (Adrien Grand)
@@ -131,8 +133,6 @@ Optimizations
 * LUCENE-7371: Point values are now better compressed using run-length
   encoding. (Adrien Grand)
 
-* LUCENE-7385: Improve/fix assert messages in SpanScorer. (David Smiley)
-
 Other
 
 * LUCENE-4787: Fixed some highlighting javadocs. (Michael Dodsworth via Adrien