Hi Robert,

you can run queries directly from the Solr web interface. You can
learn both how to access it and how to make queries here:

https://wiki.duraspace.org/display/DSPACE/Solr

I have not tested it, but the query should be "id:4215" (if your
item_id is 4215). Please test it before running the following delete
query, which should delete all events with that item id:

curl 
"http://localhost:8080/solr/statistics/update?stream.body=<update><delete><query>id:4215</query></delete><commit/></update>"


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to