摘要:在做搜索服务的时候,拼写检查应该算是一个锦上添花的功能点,相信大家都还对google的Did you mean:XXX印象深刻,这个是怎么实现的呢?在使用sphinx搜索引擎的时候又能怎么做呢?转载网上的两篇文章:http://norvig.com/spell-correct.htmlhttp://sphinxsearch.com/forum/view.html?id=3709
阅读全文
随笔分类 - Sphinx相关
Sphinx 相关
摘要:(1)Sphinx http://sphinxsearch.com/(2)Elasticsearch http://www.elasticsearch.org/(3)Xapian http://xapian.org/在实际中使用过Sphinx,感觉还是很不错的,建立索引速度挺高,查询语法丰富,而且使用起来很简单。Sphinx依托于MySql 或者 postgresql,并提供SQL查询接口,对于属于MySql或者postgresql的同学来说更亲切一些Elasticsearch听说不错,支持RESTful接口,建议于Apache Lucene.之上,支持分布式,对于属于Lucence的同...
阅读全文
摘要:在Win7下将Sphinx安装成windows服务时碰到如下错误:Install the searchd system as a Windows service:C:\Sphinx\bin> C:\Sphinx\bin\searchd --install --config C:\Sphinx\sphinx.conf.in --servicename SphinxSearchInstalling service...FATAL: OpenSCManager() failed: code=5, error=Access is denied.究其原因是因为Win7(也包括Vista)中将adm
阅读全文