Hi,
it seems (to me) scrolling doesn't work as expected (not retrieving all
matched documents) when using Java API on index with more than one shard
(for a single shard index seems to work fine).
Is there any chance this issue will be addressed in the near future or
is 'from' parameter workaround a way to go?
Also, can you see any changes done after you started the first 'scroll'
when using 'from' parameter workaround (or is it the same as scrolling)?
Tomislav
On Fri, 2010-09-24 at 19:25 +0200, Clinton Gormley wrote:
Hiya
I'm scrolling the query result using the approach described here
Scrolling is still broken for me:
Issues · elastic/elasticsearch · GitHubI'd avoid it for now. You can replicate its function using the 'from'
parameter.clint