mirror of https://github.com/apache/lucene.git
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:
parent
0973e23e52
commit
2054a10ad9
|
@ -59,6 +59,12 @@ New Features
|
|||
also lets the DocumentBuilder convert a SolrInputDocument to a lucene
|
||||
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
|
||||
|
||||
Optimizations
|
||||
|
|
Loading…
Reference in New Issue