Add option to modify HTTP pool size
[akkoma] / priv / es-mappings / hashtag.json
1 {
2 "properties": {
3 "timestamp": {
4 "type": "date",
5 "index": true
6 },
7 "hashtag": {
8 "type": "text"
9 }
10 }
11 }