Commit 6f1e395e authored by Francesco Poldi's avatar Francesco Poldi

Added mentions for index creation

parent 4fe3c944
......@@ -86,7 +86,8 @@ def createIndex(config, instance, **scope):
"geo_near": {"type": "geo_point"},
"geo_tweet": {"type": "geo_point"},
"photos": {"type": "text"},
"user_rt_id": {"type": "integer"}
"user_rt_id": {"type": "integer"},
"mentions": {"type": "keyword"}
}
},
"settings": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment