You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hello everyone,
Hope you're doing well,
I'm having a little problem extracting the views and downloads from my items with solr. It seems that my solr is not taking any of the date that I throw at it, it prints the same if I do something like [2020-01-10 +TO + 2020-12-31] or [* + TO + *]
In both cases, solr shows the same amount of views for my item.
Am I missing something?
Best regards,
Juan
Mark H. Wood
unread,
Feb 17, 2021, 9:03:31 AM2/17/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dspac...@googlegroups.com
Filtering 'statistics_type' or 'bundleName' with a date range will not
work, since these fields doesn't contain dates. Try applying that
filter to the 'time' field instead:
As you can see, my solr didn't throw any error this time.
Could this issue be related with a missconfiguration or something similar?
Best regards,
Juan López
Juan López
unread,
Feb 26, 2021, 11:26:25 AM2/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi!
I just found out that we have a splitted solr:
How can I make a query to any of these splitted solr?
Best regards,
Juan
Juan López
unread,
Mar 1, 2021, 10:02:06 AM3/1/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Ok so to make my querys work all I had to do was change "statistics" for "statistics-xxxx" with "xxxx" being the year that I wanted to use for my query!