mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
7cde848e37
commit
fe44bfa016
|
@ -183,6 +183,9 @@ New Features
|
||||||
type is form data (curl's default), allowing users to use curl to send
|
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)
|
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
|
Bug Fixes
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -250,8 +253,6 @@ Bug Fixes
|
||||||
* SOLR-6682: Fix response when using EnumField with StatsComponent
|
* SOLR-6682: Fix response when using EnumField with StatsComponent
|
||||||
(Xu Zhang via hossman)
|
(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.
|
* SOLR-7109: Indexing threads stuck during network partition can put leader into down state.
|
||||||
(Mark Miller, Anshum Gupta, Ramkumar Aiyengar, yonik, shalin)
|
(Mark Miller, Anshum Gupta, Ramkumar Aiyengar, yonik, shalin)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue