Re: unexpected behavior of pagination using offset and size

2014-01-14 Thread Alexander Reelsen
Hey, this rather sounds like a problem inside of your application, which might not be able to cope with requests coming in asynchronous? Hard to tell without more information, of how you use elasticsearch - you should verify first if elasticsearch returns the correct results, before digging

unexpected behavior of pagination using offset and size

2014-01-09 Thread Chetana
My application has the pagination requirement for search. I am using the offset and size option to achieve the pagination. Making quick clicks on pagination sometimes does not give results at all. Does the asynchronous search call bringing any side effects like this? Thanks, -- You