Re: [Dspace-tech] Delete SOLR stats from deleted item

2013-10-03 Thread RUIZ MORENO, ROBERT
It works!

I used wget command, instead curl

Thanks!


2013/10/2 helix84 

> 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=
> id:4215"
>
>
> 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

Re: [Dspace-tech] Delete SOLR stats from deleted item

2013-10-02 Thread helix84
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=id:4215"


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