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