please find the following mapping
{
"settings": {
"index": { "number_of_shards": 5, "number_of_replicas": 2 },
"index.mapper.dynamic": true,
"index.cache.query.enable": true,
"index.store.type": "niofs"
},
"vals": {
"properties": {
"mid": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"pub": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"sName": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"source": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"value": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"valueType": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"whId": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"lastUpdated": { "type": "date" , "format": "yyyy-MM-dd"},
"eId": { "type": "long" , "index": "not_analyzed", "norms": { "enabled": false }},
"cList": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"eCode": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"eLabel": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"lblcode": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"peCode": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"region": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"metId": { "type": "long" , "index": "not_analyzed", "norms": { "enabled": false }},
"abbreviation": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"testClass": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"definition": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"med":{ "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"metLabel": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"pcity": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"unit": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"unitType": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"uf": { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
"year": { "type": "long" , "index": "not_analyzed", "norms": { "enabled": false }},
"endDate": { "type": "date" , "format": "yyyy-MM-dd"},
"startDate": { "type": "date" , "format": "yyyy-MM-dd"},
"pd": { "type": "string", "index": "not_analyzed", "norms": { "enabled": false }},
"pId": { "type": "string", "index": "not_analyzed", "norms": { "enabled": false }},
"pf" : { "type": "string" , "index": "not_analyzed", "norms": { "enabled": false }},
}
}
}