Re: Deleting Data from SOLR Collection.

2020-02-14 Thread Jan Høydahl
Try using HTTP POST to send your … command in the body instead of using stream.body. E.g. using the cURL utility: curl -XPOST http://localhost:8983/solr/TakTech/update?commit=true -d '*:*' Or go to Admin UI, find your collection, select «Documents» sub meny, change the dropdown from JSON to XM

RE: Deleting Data from SOLR Collection.

2020-02-14 Thread Vadim Ivanov
Probably solution is here https://stackoverflow.com/questions/51416042/solr-error-stream-body-is-disab led/51420987 > -Original Message- > From: Nitish Kumar [mailto:nnitishku...@firstam.com] > Sent: Friday, February 14, 2020 10:28 AM > To: solr-user@lucene.apache.org > Subject: Deleting D