mirror of https://github.com/apache/lucene.git
SOLR-10292: Moves new feature description in solr/CHANGES.txt to the correct version
This commit is contained in:
parent
bc89757acc
commit
a622568979
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue