30 líneas
447 B
JSON
30 líneas
447 B
JSON
{
|
|
"properties": {
|
|
"documento": {
|
|
"properties": {
|
|
"@timestamp": {
|
|
"type": "date",
|
|
"format": "strict_date_optional_time||epoch_millis"
|
|
},
|
|
"@version": {
|
|
"type": "keyword"
|
|
},
|
|
"nombre": {
|
|
"type": "text"
|
|
},
|
|
"tamano": {
|
|
"type": "long"
|
|
},
|
|
"metadata": {
|
|
"type": "object"
|
|
},
|
|
"contenido": {
|
|
"type": "text"
|
|
},
|
|
"lenguaje": {
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |