akkoma/priv/es-mappings/hashtag.json

12 lines
138 B
JSON

{
"properties": {
"timestamp": {
"type": "date",
"index": true
},
"hashtag": {
"type": "text"
}
}
}