Hello,
I've found a pile of questions without answers while searching this forum, and am hoping someone can help.
When doing searches, not in binary mode, you get a floating point number as score - these numbers vary greatly. In binary mode, I get integers.
How can I turn these into a relevance score, like 100% etc ?
ex query:
SELECT id, title, entry, MATCH (title,entry) AGAINST ('some search text included here' IN BOOLEAN MODE) AS score FROM support WHERE MATCH (title,entry)
AGAINST ('some search text included here' IN BOOLEAN MODE);
If not with the above, how can a relevance score be obtained?
Thanks.
Alexandre