akkoma/priv/es-mappings/activity.json
FloatingGhost 1ecdb19de5
Some checks failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
Refactor ES on top of search behaviour
2022-06-30 16:28:31 +01:00

24 lines
336 B
JSON

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