Hi,
Imagine that we have an external algorithm that gives us the exact ordenation that we want on a set of documents. How would I query elastic to retrieve N documents exactly on that order?
Is the only solution include this 'score' in the index as a new field or could we ask to Elastic a list of ids in a specific order?
Cheers,