Can't execute bulk query

It failed on one shard, anything in the logs?

On Friday, July 1, 2011 at 7:49 PM, Dan Diephouse wrote:

I'm trying to execute a query to clean out some stuff from our
database, but it's failing. This same query works on another ES
instance that we have but without so much data in it. Any idea why I'm
getting this failure or where I look for more information?

curl -XDELETE 'http://host:9200/ion/dantest/_query?
q=fields.domain=dantest.muleion.com (http://dantest.muleion.com)'
{"ok":true,"_indices":{"ion":{"_shards":{"total":5,"successful":
4,"failed":1}}}}

Cheers,
Dan