Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant