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