Elasticsearch Scan and Scroll

Hi All,

My question is related to Scan and Scroll API.
Can we include SCAN and SCROLL with in single elasticsearch query template
to get all the results.

Thanks & Regards
Lakshay Joshi

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7941d404-d52e-4491-8108-ff3bee3881e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Yes. If you are using the Python API, have a look at the scan helper:
http://elasticsearch-py.readthedocs.org/en/master/helpers.html#elasticsearch.helpers.scan

Yogesh

On Thursday, April 2, 2015 at 3:56:48 PM UTC+5:30, lakshay joshi wrote:

Hi All,

My question is related to Scan and Scroll API.
Can we include SCAN and SCROLL with in single elasticsearch query template
to get all the results.

Thanks & Regards
Lakshay Joshi

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/03ae59a0-f26f-4213-8e26-8b5974e1d648%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.