MIR24 photobank elastic index structure
{
"mappings": {
"image": {
"properties": {
"title": {
"type": "string",
"analyzer": "simple",
"boost": 10
},
"author": {
"type": "string",
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
}
},
"exifimagelength": {
"type": "integer"
},
"exifimagewidth": {
"type": "integer"
},
"poster": {
"type": "string"
},
"plot": {
"type": "string"
},
"imdbId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceurl": {
"type": "string"
},
"sourcetext": {
"type": "string"
},
"oldtitle": {
"type": "string"
},
"horizontal": {
"type": "integer"
},
"internal": {
"type": "boolean"
},
"sizetype": {
"type": "integer"
},
"date_taken": {
"type": "date",
"format": "dd/MM/yyyy"
},
"suggest": {
"type": "completion",
"analyzer": "simple",
"payloads": true,
"preserve_separators": true,
"preserve_position_increments": true,
"max_input_length": 50
}
}
}
}
}