pleroma/priv/es-mappings/activity.json
2021-12-14 13:55:14 +00:00

22 lines
280 B
JSON

{
"properties": {
"_timestamp": {
"type": "date",
"index": true
},
"instance": {
"type": "keyword"
},
"content": {
"type": "text"
},
"hashtags": {
"type": "keyword"
},
"user": {
"type": "text"
}
}
}