akkoma/priv/es-mappings/hashtag.json

12 lines
138 B
JSON
Raw Normal View History

2021-12-13 20:15:17 +00:00
{
"properties": {
2021-12-14 12:37:10 +00:00
"timestamp": {
"type": "date",
"index": true
},
2021-12-13 20:15:17 +00:00
"hashtag": {
"type": "text"
}
}
}