List:Internals« Previous MessageNext Message »
From:Hagen Höpfner Date:September 28 2005 7:04pm
Subject:another short question
View as plain text  
Looking for information about the "structur" of FT-indexes I found the
following page:
http://dev.mysql.com/tech-resources/articles/full-text-revealed.html

The outhor pointed out, that these information may become obsolete in
newer versions. Is it correct, that MySQL 5 also has a simple sorted
list of

{
  Word            -- VARCHAR. a word within the text.
  Count           -- LONG. how many times word occurs in text.
}
{
  Weight          -- FLOAT. Our evaluation of the word's importance.
  Rowid           -- a pointer to the row in the data file.
}

? What is the sorting criteria? 

Thanx,

Hagen

Thread
another short questionHagen Höpfner28 Sep
  • Re: another short questionSergei Golubchik28 Sep
    • Re: another short questionHagen Höpfner5 Oct
      • Re: another short questionSergei Golubchik5 Oct