Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.29 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.29 KB

Resource Discovery API

Data Tracking

Tracking notes for updates to the data used in the API.

  • Added aliases for the newly cloned outbreak indices. 3.14.2022

  • Added resourceTypeName field and update author.name and author.name.affiliation field for aggregation in outbreak indices. 3.10.2022

Currently Updated Fields
GET http://search.cd2h.org:9200/outbreak_litcovid_202110070745_vvrw8kmo/_mapping/field/author.affiliation.name,author.name
{
    "outbreak_litcovid_202110070745_vvrw8kmo": {
        "mappings": {
            "author.name": {
                "full_name": "author.name",
                "mapping": {
                    "name": {
                        "type": "text",
                        "copy_to": [
                            "all"
                        ]
                    }
                }
            },
            "author.affiliation.name": {
                "full_name": "author.affiliation.name",
                "mapping": {
                    "name": {
                        "type": "keyword",
                        "copy_to": [
                            "all"
                        ]
                    }
                }
            }
        }
    }
}

API Updates

  • added post_filter