Closed mubdi closed 3 years ago
@mattiaswangblad has created a new METADATA
REST API endpoint which can be tested on the dev implementation: https://asclepias-broker-node.eastus.cloudapp.azure.com/metadata?journal=the%20Astrophysical%20Journal&year=2015&keyword=astrometry
Currently accepted metadata parameters to search over are Journal Keywords, Journal Name, and Publication Year.
Some details on Metadata on aggregation: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html#add-metadata-to-an-agg
@mattiaswangblad has implemented a metadata aggregation search, which returns the aggregation of the software where papers cited have specific keywords or publication years, etc. Remaining todos:
For the latter, @slint -- do you have any recommendations of how to capture the result json from elasticsearch to reformat it before invenio adds the pagniation/links to the json?
Metadata output json is really a result from ElasticSearch, so let's not change that for now.
Determine RESTful API for metadata citation search