X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fes-mappings%2Factivity.json;h=052633496a08f96ca086f09deed869c504bf2b94;hb=ae54c06bb4bd2389d6eb1502b842c6b632e12e40;hp=e476fd59f5ea10443c4f3ed80a06bff16ef67981;hpb=0c0ea169d4be469921f8bbb72995f3d5bff87b0d;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" + } } } }