I want to delete some of the documents from Solr index. Searching google I found
update?stream.body=<delete><query>id:XXXXX</query></delete>&commit=true
but when I am coping it as
http://localhost:8983/solr/#/myIndex_shard1_replica1/http://10.101.3.240:8983/solr/#/solr_Ivision_DTO_shard1_replica1
I am getting error that the page does not exists.
Is there any other way from UI where I can delete the docs.
Thanks