1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 14:25:01 +01:00

dspace_statistics_api/indexer.py: Remove SolrClient reference

We stopped using SolrClient in favor of vanilla requests.
This commit is contained in:
Alan Orth 2020-09-24 11:30:31 +03:00
parent 0c8fb21f80
commit 6ff95bb5f2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -24,9 +24,8 @@
# This script is written for Python 3.5+ and requires several modules that you # 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): # 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 # See: https://wiki.duraspace.org/display/DSPACE/Solr
import re import re