You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/12/04 17:49:03 UTC

[19/50] lucene-solr:jira/solr-11458-2: LUCENE-8049: CHANGES.txt: moved to 7.2.0 from 8.0.0

LUCENE-8049: CHANGES.txt: moved to 7.2.0 from 8.0.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/3b0686a4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3b0686a4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3b0686a4

Branch: refs/heads/jira/solr-11458-2
Commit: 3b0686a4d38df2a72f9e6cb339e7cd8a3e0d526a
Parents: 64d95e6
Author: David Smiley <ds...@apache.org>
Authored: Sun Nov 26 23:28:37 2017 -0500
Committer: David Smiley <ds...@apache.org>
Committed: Sun Nov 26 23:28:37 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3b0686a4/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 7f731cc..7df88fc 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -23,9 +23,6 @@ API Changes
 * LUCENE-8014: Similarity.computeSlopFactor() and
   Similarity.computePayloadFactor() have been removed (Alan Woodward)
 
-* LUCENE-8049: IndexWriter.getMergingSegments()'s return type was changed from
-  Collection to Set to more accurately reflect it's nature. (David Smiley)
-
 Changes in Runtime Behavior
 
 * LUCENE-7837: Indices that were created before the previous major version
@@ -73,6 +70,9 @@ API Changes
 * LUCENE-7998: DoubleValuesSource.fromQuery() allows you to use the scores
   from a Query as a DoubleValuesSource. (Alan Woodward)
 
+* LUCENE-8049: IndexWriter.getMergingSegments()'s return type was changed from
+  Collection to Set to more accurately reflect it's nature. (David Smiley)
+
 New Features
 
 * LUCENE-8061: Add convenience factory methods to create BBoxes and XYZSolids