post | sidebar | footer
Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts

November 10, 2008

Sphinx 自由開放原始碼全文搜尋引擎

0 迴響
大家都知道,MySQL 的 full-text 在大量筆數資料搜尋時,會造成 record 鎖住、資料庫 loading 大增。為了解決這樣的問題,我們找到 Sphinx。



Sphinx 是一套 Open-Source 的套件軟體。除了獨立安裝於 Unix-Like,也支援了 Win32 with Mysql(+PostgreSQL) 版本。另外,也可以成為 MySQL 的 Plugin,跟 MySQL 結合在一起。

在使用前,請規劃作為建立 index 的欄位,好讓 Sphinx 幫你建立好 Index 以方便搜尋。通常我們會將作為 index 欄位裡的資料,先用分詞系統分好,以提高準確度,尤其是在中文方面。目前中文分詞方式,以詞庫及 UTF-8 分詞兩種方式較為普遍,下次有機會再介紹。