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

This commit is contained in:
Dennis Gove 2017-05-19 21:10:25 -04:00
parent bc89757acc
commit a622568979
1 changed files with 3 additions and 3 deletions

View File

@ -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
----------------------