Scan is not really the order the docs are indexed (it depends on how the index segments in the shards return the docs).
But anyway, you can not scroll over a sorted result set. Jörg On Mon, Nov 10, 2014 at 3:12 PM, Yarden Bar <[email protected]> wrote: > Hi Jorg, > > I cant use scan type because I need the documents sorted ASC on a field, > scan returns the documents in the order they indexed. > > Thanks > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/1eb0d4dd-1659-48a2-929b-194ebd531465%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoEfbojPZCOesok%2B5jdkRu6Z5CExTDzAVnwTCZXveL7dHw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
