SOLR-14476: Add percentiles and standard deviation aggregations to stats, facet and timeseries Streaming Expressions

This commit is contained in:
Joel Bernstein 2020-06-03 14:08:26 -04:00
parent fb58f433fb
commit 90039fc9bc
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ New Features
* SOLR-14478: Allow the diff Stream Evaluator to operate on the rows of a matrix (Joel Bernstein) * SOLR-14478: Allow the diff Stream Evaluator to operate on the rows of a matrix (Joel Bernstein)
* SOLR-14476: Add percentiles and standard deviation aggregations to stats, facet and
timeseries Streaming Expressions (Joel Bernstein)
Improvements Improvements
--------------------- ---------------------
* SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method * SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method