我的停用词列表已加载但无效

时间:2011-06-20 22:30:48

标签: mysql stop-words

我有一个修改过的停用词列表文件,它基本上取出了“单独”一词。我已更新了/etc/my.cnf

ft_stopword_file=/etc/new_stopwords_list.txt

重新启动我的mysql服务器之后,我做了以下操作,以表明mysql确实在拾取新变量。

SHOW VARIABLES LIKE '%ft_stop%'

+------------------+-----------------------------+
| Variable_name    | Value                       |
+------------------+-----------------------------+
| ft_stopword_file | /etc/new_stopwords_list.txt |
+------------------+-----------------------------+

之后,我做了一个REPAIR TABLE来更新索引。但是,当我进行搜索时,新设置似乎没有生效。我做错了什么?

1 个答案:

答案 0 :(得分:0)

您使用的是什么模式?这可能是因为50%的门槛。你有没有检查过这个方向? http://dev.mysql.com/doc/refman/5.0/en/fulltext-fine-tuning.html