If you'd like to see the query-able fields - here is the schema supported fields: ADC MN solr
and entire DataONE corpus solr
Sample query for 2nd use case:
What is the breakdown of all data file types w/in our area of interest? E.g., how many csv, geotiff, etc. I'd like a list of all unique file types. I see there are some basic metrics on our data portal page, but it bins some things into "other".
Query%20AND%20(-obsoletedBy:%20AND%20formatType:METADATA%20AND%20-formatId:(dataone.org%5C%2Fcollections%20OR%20dataone.org%5C%2Fportals))&fq=formatType:DATA%20AND%20-obsoletedBy:&facet=true&facet.field=formatId&facet.limit=-1&f.formatId.facet.mincount=1&f.formatId.facet.missing=false&wt=json&rows=0)
Query params (key:value)
Prior work: https://github.com/nsidc/dataone_exploration
@rushirajnenuji provided this information:
We use solr index to store and search the metadata related to datasets. The UI display is mostly driven by this solr index --
Solr Index
If you'd like to see the query-able fields - here is the schema supported fields: ADC MN solr and entire DataONE corpus solr Sample query for 2nd use case:
Response: