elasticsearch.type-logisland-file.json Maven / Gradle / Ivy
{
"_all": {
"enabled": true
},
"_source": {
"enabled": true
},
"properties": {
"file": {
"type": "attachment",
"fields" : {
"content" : {"index" : "no"},
"title" : {"store" : "yes"},
"date" : {"store" : "yes"},
"keywords" : {"store" : "yes"},
"content_type" : {"store" : "yes"},
"content_length" : {"store" : "yes"}
}
},
"name": {
"type": "string"
},
"bathymetrie": {
"type": "string"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy