Skip to content
#

repository

Here are 2,079 public repositories matching this topic...

loopback-next
jku
jku commented Mar 23, 2022

Should add a sentence in FetcherInterface docstring that explains that the public API of the interface is implemented already: implementations of the interface only need to implement the internal

def _fetch(self, url: str) -> Iterator[bytes]
enhancement documentation good first issue backlog
tdonohue
tdonohue commented Feb 18, 2022

Describe the bug
Reported on behalf of this thread: https://groups.google.com/g/dspace-community/c/xguccnJkrJM/m/UxcRrjcKBwAJ

The ./dspace solr-reindex-statistics script is broken in DSpace 7 because it attempts to access the Solr data in the old DSpace 6.x directory structure (instead of using SOLR_DATA_HOME or similar).

When running it in DSpace 7, you will receive an error similar

bug high priority backend: Solr interface: command-line

Improve this page

Add a description, image, and links to the repository topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the repository topic, visit your repo's landing page and select "manage topics."

Learn more