Hi, I am creating a StopWord File in Brazilian Portuguese for MySQL based in statistical ocourrence of common words of a very large database, but it isn't working correctly:
1) I changed the ft_stopword_file in my.conf pointing to a file where I put the stopwords (each line one word). 2) Seeing the global variable ft_stopword_file, it points to the file that I want. 3) Then I rebuild the indexes with REPAIR table QUICK, and dump the dictionary: ft_dump. 4) Unhapply, the stopwords continues in the dictionary file. Is there anything that I am missing ? Thanks Roberto Slepetys -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]