akkoma/priv/es-mappings/hashtag.json

12 lines
138 B
JSON
Raw Permalink Normal View History

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