You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2020/04/13 02:07:02 UTC

[lucene-solr] branch master updated: CHANGES.txt move SOLR-14396 oops!

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

dsmiley 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 4dece1a  CHANGES.txt move SOLR-14396 oops!
4dece1a is described below

commit 4dece1ae17a2fccebd6478c059dd646c163aef4f
Author: David Smiley <ds...@apache.org>
AuthorDate: Sun Apr 12 22:06:45 2020 -0400

    CHANGES.txt move SOLR-14396
    oops!
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index dd2f4f1..0c72836 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -21,8 +21,6 @@ Improvements
 * SOLR-11725: Use corrected sample formula for computing stdDev and variance in JSON aggregations
   (hossman, Munendra S N, yonik)
 
-* SOLR-14396: TaggerRequestHandler should not error on an empty index (Trey Grainger)
-
 Other Changes
 ----------------------
 * SOLR-10288: Remove non-minified JavaScript from the webapp. (Erik Hatcher, marcussorealheis)
@@ -84,6 +82,8 @@ Improvements
 
 * SOLR-14364: LTR's SolrFeature "fq" now supports PostFilters (e.g. collapse). (David Smiley)
 
+* SOLR-14396: TaggerRequestHandler should not error on an empty index (Trey Grainger)
+
 Optimizations
 ---------------------
 * SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)