大家好,
本人在MySQL里建立搜索的fulltext,但因为对中文支持度差,所以需要专用更好的插件。
网上有人推荐:Sphinx、mysqlcft和迅搜。
http://lostphp.com/blog/585.html
http://zyan.cc/post/356/
http://www.xunsearch.com/site/demo
不知道大家的经验是用哪个好?
谢谢了!
大家好,
本人在MySQL里建立搜索的fulltext,但因为对中文支持度差,所以需要专用更好的插件。
网上有人推荐:Sphinx、mysqlcft和迅搜。
http://lostphp.com/blog/585.html
http://zyan.cc/post/356/
http://www.xunsearch.com/site/demo
不知道大家的经验是用哪个好?
谢谢了!
Elastic Search是一把牛刀,如果是超大型站,花大量时间搭一个称心的搜索当然挺好。
要是只是中小型站,其实完全可以用第三方搜索SaaS,5分钟即可快速接入。
国内做的比较好的,可以看看卡拉搜索 kalasearch.com
一行代码就可以快速接入站内搜索。卡拉搜索的Demo,可以试试看。
6 回答4.9k 阅读✓ 已解决
4 回答13.3k 阅读✓ 已解决
5 回答7.8k 阅读✓ 已解决
2 回答7.4k 阅读✓ 已解决
2 回答6.6k 阅读✓ 已解决
1 回答5.2k 阅读✓ 已解决
3 回答1.3k 阅读✓ 已解决
推荐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