mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Delete elasticsearch-statistics-mapping.json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user