eg
<delete><id>2</id></delete>
<delete><id>3</id></delete>
<delete><id>4</id></delete>

Can this be done on the same request? Because I am sending them on diferent requests... wich suck... already dividing inserts and deletes in 2 requests is bad enough.


In 1.2, you have to do one command/request in 1.3 you can do multiple:

See SOLR-133 in
http://svn.apache.org/repos/asf/lucene/solr/trunk/CHANGES.txt

Reply via email to