Update is the same as add in Solr.

To delete:

curl http://localhost:8983/solr/update?commit=true \
    -H 'Content-type:application/json' \
    -d '{"delete": {"id":"doc-0001"}}'

-- Jack Krupansky

-----Original Message----- From: Peter Schütt
Sent: Thursday, May 16, 2013 10:27 AM
To: solr-user@lucene.apache.org
Subject: Explicite update or delete of a dataset

Hallo,
how can I update or delete a single dataset by a given ID?

Thanks for any hint.

Ciao
Peter Schütt

Reply via email to