Skip to content

How to download data objects from a Solr search result? #22

Answered by robyngit
robyngit asked this question in Q&A
Discussion options

You must be logged in to vote

The dataUrl field defines the "URL that can be used to resolve the location of the object given its PID," where object can refer to either a metadata document (like EML), a resource map, or a data object (like a CSV). The DataONE Solr index is populated from metadata (e.g. EML) and resource maps, not the content of data files. Most common queries to our index search for text that is contained within the metadata document, and so the associated dataUrl in the search result gives the URL to the metadata object, not the associated data files.

For example, the query title:*jellyfish* means: "find all documents where the title element contains the term 'jellyfish'". Only metadata objects have a

Replies: 1 comment

Comment options

robyngit
May 31, 2022
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by robyngit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Data Search Service: Data Search
1 participant