SOLR-133: changes...

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-06-15 02:41:11 +00:00
parent 0973e23e52
commit 2054a10ad9
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ New Features
also lets the DocumentBuilder convert a SolrInputDocument to a lucene also lets the DocumentBuilder convert a SolrInputDocument to a lucene
Document. (ryan) Document. (ryan)
8. SOLR-133: Added StaxUpdateRequestHandler that uses StAX for XML parsing.
This implementation has much better error checking and lets you configure
a custom UpdateRequestProcessor that can selectively process update
requests depending on the request attributes. This class will likely
replace XmlUpdateRequestHandler. (Thorsten Scherler, ryan)
Changes in runtime behavior Changes in runtime behavior
Optimizations Optimizations