_
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
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