Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Use the DataONE SolrClient to perform searches #383

Open
ThomasThelen opened this issue Jan 31, 2020 · 0 comments
Open

Use the DataONE SolrClient to perform searches #383

ThomasThelen opened this issue Jan 31, 2020 · 0 comments

Comments

@ThomasThelen
Copy link
Member

The DataONE python library has a class for performing searches against the DataONE SOLR service (we query the SOLR service when locating and obtaining information about datasets during lookup&registration).

Right now we're using requests directly with DataONE and manually parsing the response. The library has methods for doing things like

  1. Counting objects that match a query (we do this by hand in a few places)
  2. Searching
  3. Obtaining information about objects

I'm currently marking this with low priority since this code already works and there are currently higher priorities.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant