Re: [Dspace-tech] how to display view statistics beyond 7 months?

2014-09-18 Thread Claudia Jürgen
Hello Shixing, the date intervall is at the moment hardcoded. For the jspui it is set in: [dspace-src]/dspace-jspui/src/main/java/org/dspace/app/webui/servlet/DisplayStatisticsServlet.java DatasetTimeGenerator timeAxis = new DatasetTimeGenerator();

Re: [Dspace-tech] how to display view statistics beyond 7 months?

2014-09-18 Thread Shixing Wen
Thanks, Claudia! This is very helpful for what we need. -- Shixing --- Shixing Wen Head of Technical Services Kathryn A. Martin Library University of Minnesota Duluth 416 Library Drive Duluth, MN 55812 218-726-8498 s...@d.umn.edu

[Dspace-tech] how to display view statistics beyond 7 months?

2014-09-17 Thread Shixing Wen
DSpace 3.1 JSP Is there a default setting in DSpace to limit the display of View Statistics at the bottom of each item to 7 months' worth only? If so, how can we change that to allow for displaying every month, that is, from the very beginning? See an example at:

Re: [Dspace-tech] how to display view statistics beyond 7 months?

2014-09-17 Thread Peter Dietz
Hi Shixing, The 6 months for Solr statistics is hard coded: https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/statistics/StatisticsTransformer.java#L205 There is an alternative Statistics option available in DSpace 3, called Elastic Search. It