How to display relevancy score
Relevanssi stores the relevance score it uses to sort results in the $post variable. Just add something like <?php echo “Score: $post->relevance_score”; ?> to your search results template to display the relevance score.