Add notes for 2019-01-22

This commit is contained in:
2019-01-22 09:16:11 +02:00
parent cec787c696
commit 5fd3b0f24b
3 changed files with 20 additions and 8 deletions

View File

@ -738,4 +738,9 @@ $ http 'http://localhost:8081/solr/statistics/select?indent=on&rows=0&q=type:2+i
<result name="response" numFound="241" start="0" maxScore="12.205825">
```
## 2019-01-22
- Release [version 0.9.0 of the dspace-statistics-api](https://github.com/ilri/dspace-statistics-api/releases/tag/v0.9.0) to address the issue of querying multiple Solr statistics shards
- I deployed it on DSpace Test (linode19) and restarted the indexer and now it shows all the stats from 2018 as well (756 pages of views, intead of 6)
<!-- vim: set sw=2 ts=2: -->