当前位置:Gxlcms > 数据库问题 > mysql 全文索引(四)停用词

mysql 全文索引(四)停用词

时间:2021-07-01 10:21:17 帮助过:31人阅读

查看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 全文索引(四)停用词

标签:inno   sql   val   blog   ref   select   rom   stop   自定义   

人气教程排行