资 源 简 介
MySql Full-text Searching Plugin : Chinese Bigram Parser
Feature
Supporting engine: MyISAM
Supporting encoding: GB2312, GBK and GB18030
Supporting boolean operators: "+" and "-"
Segment word in bigram and unigram
Installation
aclocal
autoconf
libtoolize
automake -acf
make
Switch to root
* make install
* restart mysql
* login in mysql
install plugin chinese_bigram_parser soname "ft_chinese_bigram.so"; show plugins;