MySQL中文全文搜索用迅搜还是Sphinx?
大家好,
本人在MySQL里建立搜索的fulltext,但因为对中文支持度差,所以需要专用更好的插件。
网上有人推荐:Sphinx、mysqlcft和迅搜。
http://lostphp.com/blog/585.html
http://zyan.cc/post/356/
http://www.xunsearch.com/site/demo
不知道大家的经验是用哪个好?
谢谢了!
marraz
10 years, 3 months ago
Answers
推荐es
http://www.elasticsearch.org/guide/
另外,中文分词可以用
- elasticsearch-analysis-mmseg
https://github.com/medcl/elasticsearch-analysis-mmseg
基于
http://code.google.com/p/mmseg4j/
- elasticsearch-analysis-jieba
https://github.com/huaban/elasticsearch-analysis-jieba
- elasticsearch-analysis-ansj
https://github.com/4onni/elasticsearch-analysis-ansj
- elasticsearch-analysis-ik
ace0087
answered 10 years, 3 months ago