Commit 35ae7511 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Add Location & User_id

parent fd5431a4
......@@ -7,11 +7,13 @@ PUT twint
"date": {"type": "date", "format": "yyyy-MM-dd HH:mm:ss"},
"time": {"type": "text"},
"timezone": {"type": "text"},
"location": {"type": "text"},
"hashtags": {"type": "text"},
"tweet": {"type": "text"},
"replies": {"type": "boolean"},
"retweets": {"type": "boolean"},
"likes": {"type": "boolean"},
"user_id": {"type": "keyword"},
"username": {"type": "keyword"},
"day": {"type": "keyword"},
"hour": {"type": "keyword"}
......
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