mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 17:34:19 +00:00
24 lines
336 B
JSON
24 lines
336 B
JSON
{
|
|
"mappings": {
|
|
"properties": {
|
|
"_timestamp": {
|
|
"type": "date",
|
|
"index": true
|
|
},
|
|
"instance": {
|
|
"type": "keyword"
|
|
},
|
|
"content": {
|
|
"type": "text"
|
|
},
|
|
"hashtags": {
|
|
"type": "keyword"
|
|
},
|
|
"user": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|