Now we are upgrading to dspace 7 and my questions ist: is there a similar way querying Solr from Dspace Frontend in Dspace 7?
Thanking you in advance.
Stefanie
DSpace Technical Support
unread,
Mar 6, 2024, 10:53:44 AM3/6/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi Stefanie,
The DSpace 7 frontend uses the DSpace 7 REST API for all requests. There is no default/out-of-the-box way to query Solr directly, but the REST API has a number of endpoints that use Solr behind the scenes, e.g. the search endpoints: https://github.com/DSpace/RestContract/blob/main/search-endpoint.md