SOLR-13632,SOLR-13667,SOLR-13625: Update CHANGES.txt

This commit is contained in:
Joel Bernstein 2019-09-29 20:36:35 -04:00
parent 82fb0242f4
commit 5c860391ef
1 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,12 @@ New Features
* SOLR-13272: Add support for arbitrary ranges in JSON facet's Range facets.
(Apoorv Bhawsar, Munendra S N, Mikhail Khludnev, Ishan Chattopadhyaya, Jan Høydahl)
* SOLR-13632: Support integral plots, cosine distance and string truncation with math expressions (Joel Bernstein)
* SOLR-13667: Add upper, lower, trim and split Stream Evaluators (Joel Bernstein)
* SOLR-13625: Add CsvStream, TsvStream Streaming Expressions and supporting Stream Evaluators (Joel bernstein)
Improvements
----------------------