From fc8348ab29178fa4e81789ffdf90868e2a044465 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 31 Oct 2018 19:36:50 +0200 Subject: [PATCH] README.md: Add acknoledgement about the Solr queries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4058b4..f1ee25b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DSpace Statistics API [![Build Status](https://travis-ci.org/alanorth/dspace-statistics-api.svg?branch=master)](https://travis-ci.org/alanorth/dspace-statistics-api) -A simple REST API to expose Solr view and download statistics for items in a DSpace repository. This project contains a standalone indexing component and a WSGI application. +A simple REST API to expose Solr view and download statistics for items in a DSpace repository. This project contains a standalone indexing component and a WSGI application. The Solr queries used in this project were modeled on those found on the [DSpace wiki](https://wiki.duraspace.org/display/DSPACE/Solr). ## Requirements