agg_sim_mun <- '
{
"size": 0,
"_source": {
"excludes": []
},
"aggs": {
"a1": {
"terms": {
"field": "res_codigo_adotado",
"size": 10000
}
}
},
"stored_fields": [
"*"
],
"script_fields": {},
"docvalue_fields": [
"data_nasc",
"data_obito"
],
"query": {
"bool": {
"must": [
{
"match_all": {}
}
],
"filter": [],
"should": [],
"must_not": []
}
}
}
'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.