Hallo, > To delete: > > curl http://localhost:8983/solr/update?commit=true \ > -H 'Content-type:application/json' \ > -d '{"delete": {"id":"doc-0001"}}'
I try it in this way: http://localhost:9180/solr/mycore/update?commit=true&stream.body=<delete> <query>oid:"A6DBFADE63A75054E043AC1C02205054"</query></delete> and it works. Thanks for help. Ciao Peter Schütt