From fe44bfa016cef36faa8f3843efbda2fe86df170c Mon Sep 17 00:00:00 2001 From: Noble Paul Date: Wed, 18 Mar 2015 16:50:48 +0000 Subject: [PATCH] SOLR-6892: better description in CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1667587 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a3ec5c878f6..1ef271b0c3c 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -183,6 +183,9 @@ New Features type is form data (curl's default), allowing users to use curl to send JSON or XML without having to specify the content type. (yonik) +* SOLR-6892: Update processors can now be top-level components and they can be + specified in request to create a new custom update chain (Noble Paul) + Bug Fixes ---------------------- @@ -250,8 +253,6 @@ Bug Fixes * SOLR-6682: Fix response when using EnumField with StatsComponent (Xu Zhang via hossman) -* SOLR-6892: Improve the way update processors are used and make it simpler (Noble Paul) - * SOLR-7109: Indexing threads stuck during network partition can put leader into down state. (Mark Miller, Anshum Gupta, Ramkumar Aiyengar, yonik, shalin)