Hi:
Is there a way to continuously stream data out of elastic search using spark streaming ? I've taken a look at the documentation (http://www.elastic.co/guide/en/elasticsearch/hadoop/master/spark.html) which has an example of a query and apparently uses spark context (not spark streaming context). The document states that it will stream all documents from es based on the query, but i am looking for continuous streaming of out elastic search.
Thanks