X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fes-mappings%2Factivity.json;h=052633496a08f96ca086f09deed869c504bf2b94;hb=499d8a1056d9337230bc912f74236e37190d6ddf;hp=e476fd59f5ea10443c4f3ed80a06bff16ef67981;hpb=72e22a6dae8cc3e5921e95e281bf37500bdd2762;p=akkoma diff --git a/priv/es-mappings/activity.json b/priv/es-mappings/activity.json index e476fd59f..052633496 100644 --- a/priv/es-mappings/activity.json +++ b/priv/es-mappings/activity.json @@ -1,20 +1,22 @@ { - "properties": { - "_timestamp": { - "type": "date", - "index": true - }, - "instance": { - "type": "keyword" - }, - "content": { - "type": "text" - }, - "hashtags": { - "type": "keyword" - }, - "user": { - "type": "text" + "mappings": { + "properties": { + "_timestamp": { + "type": "date", + "index": true + }, + "instance": { + "type": "keyword" + }, + "content": { + "type": "text" + }, + "hashtags": { + "type": "keyword" + }, + "user": { + "type": "text" + } } } }