Re: Delete by id

2019-02-15 Thread Dwane Hall
_ From: Matt Pearce Sent: Wednesday, 13 February 2019 10:40 PM To: solr-user@lucene.apache.org Subject: Re: Delete by id Hi Dwane, The error suggests that Solr is trying to add a document, rather than delete one, and is complaining that the DOC_ID is missing. I tried each of your

Re: Delete by id

2019-02-13 Thread Matt Pearce
Hi Dwane, The error suggests that Solr is trying to add a document, rather than delete one, and is complaining that the DOC_ID is missing. I tried each of your examples (without the smart quotes), and they all worked as expected, both from curl and the admin UI. There's an error in your long