Re: [dspace-tech] Usage Statistics and the REST API

2016-06-08 Thread Evgeni Dimitrov
Thank you very much Peter, In my case this is an excellent solution. Best regards Evgeni On Wednesday, June 8, 2016 at 7:40:40 PM UTC+3, Peter Dietz wrote: > > Hi Evgeni, > > If your concern is that using REST increased the usage count, then you can > disable UsageEvents from being counted by R

Re: [dspace-tech] Usage Statistics and the REST API

2016-06-08 Thread Peter Dietz
Hi Evgeni, If your concern is that using REST increased the usage count, then you can disable UsageEvents from being counted by REST through a config. config/modules/rest.cfg https://wiki.duraspace.org/display/DSDOC5x/REST+API#RESTAPI-ConfigurationforDSpaceREST There's no parameter you can add t

[dspace-tech] Usage Statistics and the REST API

2016-06-08 Thread Evgeni Dimitrov
I am getting the usage statistics (top 100 titles) for a community with // http://localhost:8080/solr/statistics/select // ?q=type:2&fq=owningComm:12 // &fq=time:[2016-05-01T00:00:00Z TO 2016-06-01T00:00:00Z] // &rows=0&facet=true&facet.field=id // &facet.li