-
Notifications
You must be signed in to change notification settings - Fork 5
Tweets Schema
JustinTArthur edited this page Mar 18, 2013
·
4 revisions
{"twitter-archive-2013-03-11": {
"tweets": {
"properties": {
"created_at": {
"type": "date",
"format": "EEE MMM dd HH:mm:ss Z yyyy"
},
"entities": {
"dynamic": "true",
"properties": {
"hashtags": {
"dynamic": "true",
"properties": {
"indices": {
"type": "long"
},
"text": {
"type": "string"
}
}
},
"media": {
"dynamic": "true",
"properties": {
"display_url": {
"type": "string"
},
"expanded_url": {
"type": "string"
},
"id": {
"type": "long"
},
"id_str": {
"type": "string"
},
"indices": {
"type": "long"
},
"media_url": {
"type": "string"
},
"media_url_https": {
"type": "string"
},
"sizes": {
"dynamic": "true",
"properties": {
"h": {
"type": "long"
},
"resize": {
"type": "string"
},
"w": {
"type": "long"
}
}
},
"url": {
"type": "string"
}
}
},
"urls": {
"dynamic": "true",
"properties": {
"display_url": {
"type": "string"
},
"expanded_url": {
"type": "string"
},
"indices": {
"type": "long"
},
"url": {
"type": "string"
}
}
},
"user_mentions": {
"dynamic": "true",
"properties": {
"id": {
"type": "long"
},
"id_str": {
"type": "string"
},
"indices": {
"type": "long"
},
"name": {
"type": "string"
},
"screen_name": {
"type": "string"
}
}
}
}
},
"id": {
"type": "long"
},
"id_str": {
"type": "string"
},
"in_reply_to_screen_name": {
"type": "string"
},
"in_reply_to_status_id": {
"type": "long"
},
"in_reply_to_status_id_str": {
"type": "string"
},
"in_reply_to_user_id": {
"type": "long"
},
"in_reply_to_user_id_str": {
"type": "string"
},
"source": {
"type": "string"
},
"text": {
"type": "string"
},
"user": {
"dynamic": "true",
"properties": {
"id": {
"type": "long"
},
"id_str": {
"type": "string"
},
"name": {
"type": "string"
},
"profile_image_url_https": {
"type": "string"
},
"protected": {
"type": "boolean"
},
"screen_name": {
"type": "string"
},
"verified": {
"type": "boolean"
}
}
}
}
}
}}