Using ElasticSearch 1.2.1
I have a few questions regarding scroll.
I would like to export a fairly large amount of documents based on a specified query and ORDER DOES MATTER.
1- Does scroll require scan? Because the docs mention to see scan for more information regarding scroll. 2- If I understand correctly to go through the full scroll, you keep scrolling until you get nothing back? 3- Does scrolling use RAM or cahce the results?
It doesn't seem that scroll requires scan but rather you can use both together if wanted.