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?
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 deeper
into your application. If it does, it must be an application problem, if
not we should check further here.
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?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.