What are the configurations I should make sure to get consistent results?

I don't want elastic search to score or rank anything and retrieve things based on that rank. I want to provide equal score for all the documents. My use-case is in such a way that I want to use ES for pagination based on sorted by "created time".

Lets say I have 10k records.. And whenever I ask for nth page is should always return the same consistent and sorted by most recent created time. For this consistency, What should I make sure in ES? Will I ever be able to achieve this through ES?

I don't have that expertise. Any suggestions would be appreciated

@dodoonet Could you please help me answer this question?

Please don't ping people who are not yet involved in your thread. Thanks.

You can sort by any field instead of score.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.