SOLR-2857: UpdateRequestHandler CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2012-05-08 21:09:54 +00:00
parent 800f5a54a6
commit 3fc32fad19

View File

@ -301,6 +301,11 @@ New Features
other existing fields unchanged. All source fields must be stored for
this feature to work correctly. (Ryan McKinley, Erik Hatcher, yonik)
* SOLR-2857: Support XML,CSV,JSON, and javabin in a single RequestHandler and
choose the correct ContentStreamLoader based on Content-Type header. This
also deprecates the existing [Xml,JSON,CSV,Binary,Xslt]UpdateRequestHandler.
(ryan)
Optimizations
----------------------