mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-18 21:56:04 +01:00
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|