lucene/client
Ryan McKinley 5d7981c26c 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`>


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552385 13f79535-47bb-0310-9956-ffa450edef68
2007-07-02 02:44:45 +00:00
..
java/solrj 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: 2007-07-02 02:44:45 +00:00
python fix typo + allow multiple param values - Wade Leftwich 2007-02-17 23:47:04 +00:00
ruby Fix issue with String values becoming multi-valued fields. String#each returns multiple values when a string contains newlines 2007-06-03 23:31:42 +00:00