{
"number_of_replicas": "1",
"number_of_shards": "5",
"refresh_interval": "1s",
"index.store.type": "fs"
}
{
"properties": {
"guid": {
"index": "not_analyzed",
"type": "string",
"include_in_all": false
},
"goodsId": {
"index": "not_analyzed",
"type": "integer",
"include_in_all": false
},
"shopId": {
"index": "not_analyzed",
"type": "integer",
"include_in_all": false
},
"registered": {
"index": "not_analyzed",
"format": "yyyy.MM.dd hh:mm:ss",
"type": "date",
"include_in_all": false
}
}
}