mysql 全文索引(四)停用词
Posted 玛吉
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 全文索引(四)停用词相关的知识,希望对你有一定的参考价值。
查看mysql停用词:
mysql> select * from information_schema.INNODB_FT_DEFAULT_STOPWORD; +-------+ | value | +-------+ | a | | about | | an | | are | | as | | at | | be | | by | | com | | de | | en | | for | | from | | how | | i | | in | | is | | it | | la | | of | | on | | or | | that | | the | | this | | to | | was | | what | | when | | where | | who | | will | | with | | und | | the | | www | +-------+ 36 rows in set (0.01 sec)
可以自定义一份停用词,具体方法
以上是关于mysql 全文索引(四)停用词的主要内容,如果未能解决你的问题,请参考以下文章