psu-libraries / scholarsphere-3

A web application for ingest, curation, search, and display of digital assets. Powered by Hydra technologies (Rails, Hydra-head, Blacklight, Solr, Fedora Commons, etc.)
Apache License 2.0
78 stars 24 forks source link

Read-only Solr queries through admin interface #1604

Open srerickson opened 5 years ago

srerickson commented 5 years ago

The ability to run arbitrary read-only queries against the Solr index will be important for current and future metadata remediation projects. This doesn't need to be a fancy UI: just some ability to submit queries and get raw results from the index.

I know @whereismyjetpack has thoughts on how to implement this. Also related to #1588

mtribone commented 5 years ago

We are unable to provide librarians direct access to the Solr core. We would need to provide a layer in the SS admin interface, so that we are not interrupting the development workflow and empowering others to obtain rich reporting.

Notes (core dump): Ask a question and get an answer Dump out JSON For example the 5175 metadata remediation file. Copy the Solr query interface in the admin interface but it is just a GET.

Data harvesting for faceted items explore some tools that help librarians research and explore the data

awead commented 5 years ago

Fixed with https://servicedesk.css.psu.edu/browse/APPINT-3011