Rumah > Soal Jawab > teks badan
大家好,
本人在MySQL里建立搜索的fulltext,但因为对中文支持度差,所以需要专用更好的插件。
网上有人推荐:Sphinx、mysqlcft和迅搜。
http://lostphp.com/blog/585.html
http://zyan.cc/post/356/
http://www.xunsearch.com/site/demo
不知道大家的经验是用哪个好?
谢谢了!
PHP中文网2017-04-10 15:03:14
推荐es
http://www.elasticsearch.org/guide/
另外,中文分词可以用
https://github.com/medcl/elasticsearch-analysis-mmseg
基于 http://code.google.com/p/mmseg4j/
https://github.com/huaban/elasticsearch-analysis-jieba
https://github.com/4onni/elasticsearch-analysis-ansj
https://github.com/medcl/elasticsearch-analysis-ik
黄舟2017-04-10 15:03:14
如果需要自建(本地)搜索引擎,Elastic Search 是个不错的选择。ES 相对于 Sphinx, Lucene 的区别(优势)在于分布式的集群架构。
如果考虑云服务(就像文件存储会用七牛或又拍云,推送会用个推,发邮件会用 sendmail),可以考虑使用 微搜索。可以把它看作是一个不用运维,并足够优化的 ES。目前已有 ruby, python, nodejs 的 library