You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ry...@apache.org on 2007/07/02 04:47:54 UTC

svn commit: r552386 - /lucene/solr/trunk/CHANGES.txt

Author: ryan
Date: Sun Jul  1 19:47:54 2007
New Revision: 552386

URL: http://svn.apache.org/viewvc?view=rev&rev=552386
Log:
changes note for multiple deletes with <delete> command

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?view=diff&rev=552386&r1=552385&r2=552386
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Sun Jul  1 19:47:54 2007
@@ -74,6 +74,9 @@
 10. SOLR-266: Adding show=schema to LukeRequestHandler to show the parsed
     schema fields and field types.  (ryan)
 
+11. SOLR-133: The UpdateRequestHandler now accepts multiple delete options 
+    within a single request.  For example, sending:
+     <delete><id>1</id><id>2</id></delete> will delete both 1 and 2. (ryan)
 
 Changes in runtime behavior