Delete elasticsearch-statistics-mapping.json

This commit is contained in:
Tim Donohue
2018-11-26 16:30:46 -06:00
committed by GitHub
parent 1d9a4edcc0
commit 58c01c500c

View File

@@ -1,163 +0,0 @@
{
"stats": {
"properties": {
"bundleName": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs"
},
"city": {
"type": "multi_field",
"fields": {
"city": {
"type": "string"
},
"untouched": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs",
"include_in_all": false
}
}
},
"continent": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs"
},
"country": {
"type": "multi_field",
"fields": {
"country": {
"type": "string"
},
"untouched": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs",
"include_in_all": false
}
}
},
"countryCode": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs"
},
"dns": {
"type": "multi_field",
"fields": {
"dns": {
"type": "string"
},
"untouched": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs",
"include_in_all": false
}
}
},
"epersonid": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs"
},
"geo": {
"type": "geo_point"
},
"id": {
"type": "integer"
},
"ip": {
"type": "multi_field",
"fields": {
"ip": {
"type": "string"
},
"untouched": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs",
"include_in_all": false
}
}
},
"isBot": {
"type": "boolean"
},
"latitude": {
"type": "double"
},
"longitude": {
"type": "double"
},
"message": {
"type": "string"
},
"owningColl": {
"type": "integer"
},
"owningComm": {
"type": "integer"
},
"owningItem": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs"
},
"postDate": {
"type": "date",
"format": "dateOptionalTime"
},
"time": {
"type": "date",
"format": "dateOptionalTime"
},
"type": {
"type": "string",
"index": "not_analyzed",
"norms": {
"enabled": false
},
"index_options": "docs"
},
"typeIndex": {
"type": "long"
},
"user": {
"type": "string"
},
"userAgent": {
"type": "string"
}
}
}
}