On Nov 19, 2007 12:18 AM, Norberto Meijome <[EMAIL PROTECTED]> wrote:
> I'm trying to issue, via curl to SOLR (testing at the moment), 3 deletes by 
> id.
> I tried sending :
>
> <delete><id>1</id><id>2</id><id>3</id></delete>
>
> and solr didn't like it at all.

This is relatively new syntax in Solr... older versions won't like it.

-Yonik

Reply via email to