From 90039fc9bc52b3e648b174ee450f32ca71ae4291 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Wed, 3 Jun 2020 14:08:26 -0400 Subject: [PATCH] SOLR-14476: Add percentiles and standard deviation aggregations to stats, facet and timeseries Streaming Expressions --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 577b2146c6f..0fae94463a8 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -91,6 +91,9 @@ New Features * 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 --------------------- * SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method