You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by at...@apache.org on 2021/04/14 16:39:58 UTC

[solr] branch main updated: SOLR-15164: Add CHANGES.txt entry for SOLR-15164

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

atri 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 b8b65ce  SOLR-15164: Add CHANGES.txt entry for SOLR-15164
b8b65ce is described below

commit b8b65ce5060e71ebca1f8acc16559ada41e5df77
Author: Atri Sharma <at...@gmail.com>
AuthorDate: Wed Apr 14 22:09:34 2021 +0530

    SOLR-15164: Add CHANGES.txt entry for SOLR-15164
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e401423..13e487d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -37,6 +37,8 @@ New Features
 
 * SOLR-15208: Add the countDist aggregation to the stats, facet and timeseries Streaming Expressions (Joel Bernstein)
 
+* SOLR-15164: Implement Task Management Interface (Atri Sharma, with extensive review and perf testing by Anshum Gupta, Mike Drob and Houston Putman)
+
 Improvements
 ----------------------
 * LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via Anshum Gupta)