Re: [dspace-tech] Number of facets in a SOLR statistics query

2018-11-09 Thread Evgeni Dimitrov
I found it - it can be done with facet.mincount=1 On Friday, November 9, 2018 at 10:42:45 AM UTC+2, Evgeni Dimitrov wrote: > > Thank you Terry, > > The librarians asked for numbers for each of the 500 items in the > "community". And the above query gives them. But I don't want to fix the >

Re: [dspace-tech] Number of facets in a SOLR statistics query

2018-11-09 Thread Evgeni Dimitrov
Thank you Terry, The librarians asked for numbers for each of the 500 items in the "community". And the above query gives them. But I don't want to fix the number for facet.limit=600 - to be possible to run the same when the "community" gets bigger. But when I set facet.limit=-1, I get 112000

Re: [dspace-tech] Number of facets in a SOLR statistics query

2018-11-08 Thread Terry Brady
Evgeni, When I am looking at usage statistics, I tend to facet values by time rather than by id. The following presentation has some recommended Solr Stats queries that might be useful to try: https://gitpitch.com/terrywbrady/TutorialSolrAdmin#/6/1 Terry On Thu, Nov 8, 2018 at 1:30 AM Evgeni

[dspace-tech] Number of facets in a SOLR statistics query

2018-11-08 Thread Evgeni Dimitrov
This is in DSpace 6.2 I want to get the usage (view and search, workflow is not used) of all items in a small "community". I use the query q=type:2& fq=owningComm:94a589a1-33a0-41e3-a83b-f7644db9a1a5& fq=-isBot:true& fq=time:[2018-10-01T00:00:00Z TO 2018-11-01T00:00:00Z]& rows=0& facet=true&