This is an automated email from the ASF dual-hosted git repository.
jbernste pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new d58b934 SOLR-15208: Update CHANGES.txt
d58b934 is described below
commit d58b934a42a4a85b2f7b167402a64301f0a2fbf0
Author: Joel Bernstein <[email protected]>
AuthorDate: Thu Apr 1 11:51:19 2021 -0400
SOLR-15208: Update CHANGES.txt
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 945d0df..132ff8b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -35,6 +35,8 @@ New Features
* SOLR-15130: Support for per-collection replica placement node sets, a.k.a
"node type"
placements. (ab, ilan)
+* SOLR-15208: Add the countDist aggregation to the stats, facet and timeseries
Streaming Expressions (Joel Bernstein)
+
Improvements
----------------------
* LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via
Anshum Gupta)