From a622568979ed0b84fe40174fe8b219599c15b72c Mon Sep 17 00:00:00 2001 From: Dennis Gove Date: Fri, 19 May 2017 21:10:25 -0400 Subject: [PATCH] SOLR-10292: Moves new feature description in solr/CHANGES.txt to the correct version --- solr/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index b7f349bc851..1a8bc6b985f 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 ----------------------