From 6ff95bb5f2cbdf6d75bc4d1566aa89b9e5670b21 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 24 Sep 2020 11:30:31 +0300 Subject: [PATCH] dspace_statistics_api/indexer.py: Remove SolrClient reference We stopped using SolrClient in favor of vanilla requests. --- dspace_statistics_api/indexer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dspace_statistics_api/indexer.py b/dspace_statistics_api/indexer.py index 5b495cb..e14e141 100644 --- a/dspace_statistics_api/indexer.py +++ b/dspace_statistics_api/indexer.py @@ -24,9 +24,8 @@ # This script is written for Python 3.5+ and requires several modules that you # can install with pip (I recommend using a Python virtual environment): # -# $ pip install SolrClient psycopg2-binary +# $ pip install psycopg2-binary # -# See: https://solrclient.readthedocs.io/en/latest/SolrClient.html # See: https://wiki.duraspace.org/display/DSPACE/Solr import re