You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2015/03/18 17:53:02 UTC

svn commit: r1667588 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/CHANGES.txt

Author: noble
Date: Wed Mar 18 16:53:02 2015
New Revision: 1667588

URL: http://svn.apache.org/r1667588
Log:
SOLR-6892: better description in CHANGES.txt

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1667588&r1=1667587&r2=1667588&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Wed Mar 18 16:53:02 2015
@@ -131,6 +131,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
 ----------------------
@@ -198,8 +201,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)