/[Apache-SVN]
ViewVC logotype

Revision 552385


Jump to revision: Previous Next
Author: ryan
Date: Mon Jul 2 02:44:45 2007 UTC (17 years, 3 months ago)
Changed paths: 3
Log Message:
SOLR-133 -- found a bug in the delete XML parsing.  for id's and queries with &, it did not behave correctly.  Adds a fix and test.  Another sideeffect that should be noted is that this parser now accepts multiple delete commands:

<delete>
 <id>1</id>
 <id>3</id>
 <id>4</id>
</delete`>


Changed paths

Path Details
Directorylucene/solr/trunk/client/java/solrj/test/org/apache/solr/client/solrj/DirectXmlUpdateRequest.java added
Directorylucene/solr/trunk/client/java/solrj/test/org/apache/solr/client/solrj/SolrExampleTestBase.java modified , text changed
Directorylucene/solr/trunk/src/java/org/apache/solr/handler/XmlUpdateRequestHandler.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26