Update mappings

This commit is contained in:
2020-04-15 19:13:11 -04:00
parent 2a857db75a
commit dd3d6cf99a
5 changed files with 18 additions and 8 deletions

View File

@@ -16,6 +16,10 @@
"mime": {
"type": "keyword"
},
"thumbnail": {
"type": "keyword",
"index": false
},
"videoc": {
"type": "keyword",
"index": false
@@ -133,6 +137,12 @@
},
"exif_user_comment": {
"type": "text"
},
"author": {
"type": "text"
},
"modified_by": {
"type": "text"
}
}
}