Is there any way to query the most viewed search results in a particular elastic search index?
Note that modifying the result scores by calling function_score
will not work in our case since we do not want to change the result order of other queries.
We are using Spring Boot Elasticsearch repositories to run the queries and get the results.