forked from YokaiRick/akkoma
23 lines
336 B
JSON
23 lines
336 B
JSON
{
|
|
"mappings": {
|
|
"properties": {
|
|
"_timestamp": {
|
|
"type": "date",
|
|
"index": true
|
|
},
|
|
"instance": {
|
|
"type": "keyword"
|
|
},
|
|
"content": {
|
|
"type": "text"
|
|
},
|
|
"hashtags": {
|
|
"type": "keyword"
|
|
},
|
|
"user": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|