Is there anybody willing to help me?

I have mysql v3.23.39, and i'm trying to use the mysql-fulltext engine,
looks like it's not funcitonal very well(maybe my mistake).
I had created example database for fulltext as written in manual, inserted
about 10Megs of text files.
When I try to do match "select * from t_full where match(title,body)
against('alebo');"
The result: first file has let's say 4 occurences of this word, and the
other one(I know about for sure) with about 150 occurences is somewhere in
the end, there is some special mysql ranking for fulltext as i know, but
what does this mean, how can be a file with less occurences before the file
with more occurences...?

Thanks,
 cajo



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to