We have duplicate records in two shards and want to delete one set of duplicate 
records from one shard.

curl --proxy "" 
'http://host.abc.com:8983/solr/collection1/update?shards=localhost:8983/solr/collection1&commit=true'
 -H "Content-Type: text/xml" --data-binary 
'<delete><query>.........</query></delete>'

This delete command do not honor the shards parameter and deletes records 
across the shards. How do we delete records from specific shard?

Thanks.


Reply via email to