Solr cdcr : https://issues.apache.org/jira/browse/SOLR-12380
deletebyid: https://issues.apache.org/jira/browse/SOLR-8889
Thanks
Jay Potharaju
On Mon, Jul 2, 2018 at 5:41 PM Jay Potharaju wrote:
> Hi Amrit,
> I am using a curl command to send a request to solr for deleting
> documents. That is
Hi Amrit,
I am using a curl command to send a request to solr for deleting documents.
That is because deleteById does not work for collections setup with
implicit routing.
curl http:/localhost:8983/solr/test_5_replica2/update/json/ -H
'Content-type:application/json/docs' -d '{
"delete": {"id":"doc
Jay,
Can you sample delete command you are firing at the source to understand
the issue with Cdcr.
On Tue, 3 Jul 2018, 4:22 am Jay Potharaju, wrote:
> Hi
> The current cdcr setup does not work if my collection uses implicit
> routing.
> In my testing i found that adding documents works without