Commit dca64e53 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update index.json

parent 97c49148
...@@ -3,10 +3,12 @@ PUT twint ...@@ -3,10 +3,12 @@ PUT twint
"mappings" : { "mappings" : {
"items": { "items": {
"properties": { "properties": {
"tweetid": {"type": "long"}, "id": {"type": "long"},
"datestamp": {"type": "date", "format": "yyyy-MM-dd HH:mm:ss"}, "date": {"type": "date", "format": "yyyy-MM-dd HH:mm:ss"},
"time": {"type": "text"},
"timezone": {"type": "text"}, "timezone": {"type": "text"},
"hashtags": {"type": "text"}, "hashtags": {"type": "text"},
"tweet": {"type": "text"},
"replies": {"type": "boolean"}, "replies": {"type": "boolean"},
"retweets": {"type": "boolean"}, "retweets": {"type": "boolean"},
"likes": {"type": "boolean"}, "likes": {"type": "boolean"},
......
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