forked from AkkomaGang/akkoma
22 lines
280 B
JSON
22 lines
280 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"_timestamp": {
|
||
|
"type": "date",
|
||
|
"index": true
|
||
|
},
|
||
|
"instance": {
|
||
|
"type": "keyword"
|
||
|
},
|
||
|
"content": {
|
||
|
"type": "text"
|
||
|
},
|
||
|
"hashtags": {
|
||
|
"type": "keyword"
|
||
|
},
|
||
|
"user": {
|
||
|
"type": "text"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|