Created
February 19, 2015 05:36
-
-
Save gabhi/3c323a8c412deeafa56e to your computer and use it in GitHub Desktop.
elastic search river
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://localhost:9200/_river/my_twitter_river_filter/_meta - PUT | |
{ | |
"type" : "twitter", | |
"twitter" : { | |
"filter" : { | |
"tracks" : "walmart" | |
} | |
} | |
} | |
http://localhost:9200/my_twitter_river/_search?q=* - GET |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment