Re: DeleteByQuery using xml commands in SolrCloud

2012-04-16 Thread Jamie Johnson
wow. I have nothing else to say. Worked perfectly once I fixed that, thanks. On Mon, Apr 16, 2012 at 4:16 PM, Yonik Seeley wrote: > On Mon, Apr 16, 2012 at 4:13 PM, Jamie Johnson wrote: >> I tried to execute the following on my cluster, but it had no results. >>  Should this work? >> >> cu

Re: DeleteByQuery using xml commands in SolrCloud

2012-04-16 Thread Yonik Seeley
On Mon, Apr 16, 2012 at 4:13 PM, Jamie Johnson wrote: > I tried to execute the following on my cluster, but it had no results. >  Should this work? > > curl http://host:port/solr/collection1/update/?commit=true -H > "Contenet-Type: text/xml" --data-binary > '*:*' Is this a cut-n-paste of what you

DeleteByQuery using xml commands in SolrCloud

2012-04-16 Thread Jamie Johnson
I tried to execute the following on my cluster, but it had no results. Should this work? curl http://host:port/solr/collection1/update/?commit=true -H "Contenet-Type: text/xml" --data-binary '*:*'