From 2bc18ef7195904de4aa9bc2e9f4940d37f3f3d14 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 5 Jan 2021 12:35:23 +0200 Subject: [PATCH] README.md: Make a note about migrating UUIDs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f585a0..1f486b2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ DSpace stores item view and download events in a Solr "statistics" core. This in - If your DSpace is version 4 or 5, use [dspace-statistics-api v1.1.1](https://github.com/ilri/dspace-statistics-api/releases/tag/v1.1.1) - If your DSpace is version 6+, use [dspace-statistics-api v1.2.0 or greater](https://github.com/ilri/dspace-statistics-api/releases/tag/v1.2.0) + - Please make sure your statistics have been migrated from integers to UUIDs with the [solr-upgrade-statistics-6x](https://wiki.lyrasis.org/display/DSDOC6x/SOLR+Statistics+Maintenance) command This project contains an indexer and a [Falcon-based](https://falcon.readthedocs.io/) web application to make the item, community, and collection statistics available via a simple REST API. You can read more about the Solr queries used to gather the item view and download statistics on the [DSpace wiki](https://wiki.lyrasis.org/display/DSPACE/Solr).