blob: a0e25f94524447352a1c839c1d718ef5692f900a [file] [log] [blame]
{
"settings": {
"index": {
"number_of_shards": #numberOfShards,
"number_of_replicas": #numberOfReplicas,
"mapping.total_fields.limit": #mappingTotalFieldsLimit,
"max_docvalue_fields_search": #maxDocValueFieldsSearch
},
"analysis": {
"analyzer": {
"folding": {
"type": "custom",
"tokenizer": "keyword",
"filter": [
"lowercase",
"asciifolding"
]
}
}
}
},
"mappings": {
"dynamic_templates": [
{
"all": {
"match": "*",
"match_mapping_type": "string",
"mapping": {
"type": "text",
"analyzer": "folding",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
],
"properties": {
"flattenedProperties": {
"type": "flattened"
},
"timeStamp": {
"type": "date"
},
"target" : {
"properties" : {
"lastEventDate" : {
"type" : "date"
},
"profile" : {
"properties" : {
"properties" : {
"properties" : {
"birthDate" : {
"type" : "date"
},
"firstVisit" : {
"type" : "date"
},
"lastVisit" : {
"type" : "date"
},
"notificationRefreshDate" : {
"type" : "date"
},
"previousVisit" : {
"type" : "date"
}
}
},
"systemProperties" : {
"properties" : {
}
}
}
}
}
}
}
}
}