I'm new to elasticsearch and tire, and I'm struggling to work out how to expose the scores of the search results.
Given a particular query string, I want to be able to do the following:
If there are multiple 'good' results (highly scored) => Send the user to page A (select between them)
If there is one 'good' results => Send the user to page B (proceed using the item found)
If there are no 'good' results => Send the user to page C (drop-off page)
Is it possible to do this with tire? If so, how?