You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2020/06/30 00:43:33 UTC

[lucene-solr] branch master updated: SOLR-14481: Update CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cc45f6  SOLR-14481: Update CHANGES.txt
0cc45f6 is described below

commit 0cc45f6cdf2bc9f4c8d88f5126f76dab08fe02f8
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Mon Jun 29 20:43:13 2020 -0400

    SOLR-14481: Update CHANGES.txt
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 7025ab5..961590c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -114,6 +114,9 @@ New Features
 * SOLR-13749: Join queries can now work cross-collection, even when sharded or when spanning nodes.
   (Dan Fox, Kevin Watters, via Gus Heck, David Smiley)
 
+* SOLR-14481: Add drill Streaming Expression for efficient and accurate high cardinality aggregation.
+  (Joel Bernstein)
+
 Improvements
 ---------------------
 * SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method