On Mon, Oct 8, 2012 at 10:15 PM, Jose Blanco <[email protected]> wrote: > how would you delete it?
That's trivial: wget "http://localhost:8080/solr/search/update?stream.body=<delete><query>subject:yoursubject</query></delete>&commit=true" -O response.xml Don't forget that updating the index (e.g. when depositing an item) will probably restore those values. Details on connecting to Solr and querying it are here: https://wiki.duraspace.org/display/DSPACE/Solr Regards, ~~helix84 ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

