15

I have a pretty good idea how to implement fulltext search with MySQL. I know how to add indexes and make a query and sort my results.

But I have been trying to get some more in-dept information on how it works, so to say what happens behind the scenes. How does MySQL determine the results relevance. What does the score even mean? Which can reach from 0.1 to over 4.6 (which I have seen at least, probably more) And what is really being indexed?

What happens to my search string that is entered?

I am thankful for links or explanations here!

1
  • 7
    To whoever voted to close this question, in what way is this question is not a good fit to this Q&A format? In what way is the expected answer not one that involve facts, references, or specific expertise? And how will this question likely solicit opinion, debate, arguments, polling, or extended discussion?
    – lejahmie
    Commented Mar 22, 2012 at 11:31

1 Answer 1

9

This page has a good explanation - http://dev.mysql.com/doc/internals/en/full-text-search.html

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.