日期:2014-05-16  浏览次数:20737 次

Mysql 全文搜索问题。
我的数据库中有一个user的表,
有一项为content并对其进行全文搜索,
有一行的content内容为“I feel very happy.”,
但我使用语句 :select * from user where match(content) against('very'),却返回空。
而我用:select * from user where match(content) against('feel')却可以得到结果。
请问这是为啥啊?

补充:very这个词只在这一行出现过。

------解决方案--------------------
应该不会吧!确定输入无误?
------解决方案--------------------
very应该是stop word 没有意义得词搜不出来