add mappings

This commit is contained in:
FloatingGhost 2021-12-13 20:15:17 +00:00
parent 06ab00d625
commit 72e22a6dae
3 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"properties": {
"_timestamp": {
"type": "date",
"index": true
},
"instance": {
"type": "keyword"
},
"content": {
"type": "text"
},
"hashtags": {
"type": "keyword"
},
"user": {
"type": "text"
}
}
}

View file

@ -0,0 +1,7 @@
{
"properties": {
"hashtag": {
"type": "text"
}
}
}

View file

@ -0,0 +1,14 @@
{
"properties": {
"instance": {
"type": "keyword"
},
"nickname": {
"type": "text"
},
"bio": {
"type": "text"
}
}
}