I've been experimenting with the FULLTEXT option in MySQL to search a database and order the results based on relevance.
The relevance values I've got are between 0 and 1.3 approximately. What is the maximum value the relevance number can be?
What I'd like to do is have a graphical bar indicating how relevant the result is (i.e. 100%, 80%, 50%, etc).
Any ideas?