Maybe it would be possible to display information about relevance ranking[1] or search confidence within the search result[2], [3]. The display might indicate a confidence about the search term and its position within the search list.
[1] http://sphinxsearch.com/blog/2010/08/17/how-sphinx-relevance-ranking-works/ or other customized rankings
[2] See includes/specials/SpecialSearch.php
... $result->getScore()
[3] extensions/LuceneSearch.php
... $score = wfMsg('searchscore', $percent);
Version: unspecified
Severity: enhancement