二、MySQL+Sphinx+SphinxSE安裝步驟:
1、安裝python支持(以下針對(duì)CentOS系統(tǒng),其他Linux系統(tǒng)請(qǐng)使用相應(yīng)的方法安裝)
yum install -y python python-devel
2、編譯安裝LibMMSeg(LibMMSeg是為Sphinx全文搜索引擎設(shè)計(jì)的中文分詞軟件包,其在GPL協(xié)議下發(fā)行的中文分詞法,采用Chih-Hao Tsai的MMSEG算法。LibMMSeg在本文中用來(lái)生成中文分詞詞庫(kù)。)
以下壓縮包“sphinx-0.9.8-rc2-chinese.zip”中包含mmseg-0.7.3.tar.gz、sphinx-0.9.8-rc2.tar.gz以及中文分詞補(bǔ)丁。
點(diǎn)擊這里下載文件
unzip sphinx-0.9.8-rc2-chinese.zip tar zxvf mmseg-0.7.3.tar.gz cd mmseg-0.7.3/ ./configure make make install cd ../
3、編譯安裝MySQL 5.1.26-rc、Sphinx、SphinxSE存儲(chǔ)引擎
wget http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.26-rc.tar.gz/from/http://mirror.x10.com/mirror/mysql/ tar zxvf mysql-5.1.26-rc.tar.gz
tar zxvf sphinx-0.9.8-rc2.tar.gz cd sphinx-0.9.8-rc2/ patch -p1 < ../sphinx-0.98rc2.zhcn-support.patch patch -p1 < ../fix-crash-in-excerpts.patch cp -rf mysqlse ../mysql-5.1.26-rc/storage/sphinx cd ../
cd mysql-5.1.26-rc/ sh BUILD/autorun.sh ./configure --with-plugins=sphinx --prefix=/usr/local/mysql-search/ --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-big-tables --with-readline --with-ssl --with-embedded-server --enable-local-infile make && make install cd ../
cd sphinx-0.9.8-rc2/ CPPFLAGS=-I/usr/include/python2.4 LDFLAGS=-lpython2.4 ./configure --prefix=/usr/local/sphinx --with-mysql=/usr/local/mysql-search make make install cd ../
mv /usr/local/sphinx/etc/sphinx.conf /usr/local/sphinx/ etc/sphinx.conf.old
第二章第3節(jié)之后的正文內(nèi)容不予公布,全文的目錄如下(共24頁(yè)):
本文鏈接:http://m.95time.cn/tech/program/2008/6025.asp
出處:回憶未來(lái)[張宴]
責(zé)任編輯:bluehearts
上一頁(yè) 基于Sphinx+MySQL全文檢索架構(gòu)設(shè)計(jì) [1] 下一頁(yè)
◎進(jìn)入論壇網(wǎng)絡(luò)編程版塊參加討論
|