You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dp...@apache.org on 2017/05/20 01:10:44 UTC

lucene-solr:master: SOLR-10292: Moves new feature description in solr/CHANGES.txt to the correct version

Repository: lucene-solr
Updated Branches:
  refs/heads/master bc89757ac -> a62256897


SOLR-10292: Moves new feature description in solr/CHANGES.txt to the correct version


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

Branch: refs/heads/master
Commit: a622568979ed0b84fe40174fe8b219599c15b72c
Parents: bc89757
Author: Dennis Gove <dp...@gmail.com>
Authored: Fri May 19 21:10:25 2017 -0400
Committer: Dennis Gove <dp...@gmail.com>
Committed: Fri May 19 21:10:25 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a6225689/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b7f349b..1a8bc6b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -82,9 +82,6 @@ New Features
 
 * SOLR-9835: Create another replication mode for SolrCloud
 
-* SOLR-10292: Adds CartesianProductStream which turns a single tuple with a multi-valued field into N 
-  tuples, one for each value in the multi-valued field. (Dennis Gove)
-
 * SOLR-10356: Adds basic math Streaming Evaluators (Dennis Gove)
 
 * SOLR-10393: Adds UUID Streaming Evaluator (Dennis Gove)
@@ -312,6 +309,9 @@ New Features
 * SOLR-8440: Support for enabling basic authentication using bin/solr|bin/solr.cmd. (Ishan Chattopadhyaya, janhoy,
   Noble Paul, Hrishikesh Gadre)
 
+* SOLR-10292: Adds CartesianProductStream which turns a single tuple with a multi-valued field into N
+  tuples, one for each value in the multi-valued field. (Dennis Gove)
+
 Optimizations
 ----------------------