Closed dadoonet closed 11 years ago
Twitter provides hashtags in tweets under entities.hashtags array. See entities twitter doc. For example:
entities.hashtags
{ "text": "Loved #devnestSF" "entities": { "media": [ ], "urls": [ ], "user_mentions": [ ], "hashtags": [ "text": "devnestSF" "indices": [ 6, 16 ] ] } }
I would love to have hashtags (not analyzed by default) to build live Kibana dashboards using that property too.
You're right! Coming up...
Twitter provides hashtags in tweets under
entities.hashtags
array. See entities twitter doc. For example:I would love to have hashtags (not analyzed by default) to build live Kibana dashboards using that property too.