1,去官网下载对应的sphinx安装包
http://sphinxsearch.com/
2,查看安装使用文档
Home » Resource>documetntation 安装sphinx
http://sphinxsearch.com/docs/
3,目录介绍
/ect/sphinx/sphinx.config sphinx 配置文件
/usr/share/sphinx sphinx api 目录
/usr/bin 目录下生成两个工具 indexer 和 searched
4,sphinx 如何工作的
1,利用 indexer 工具生成索引数据
命令:/user/bin/indexer --config /etc/shpinx/sphinx.config --all
2,searched :后台进程,使用 indexer 生成的数据做查询
5, 官网查看sphinx.config 文件个配置项的意义
http://sphinxsearch.com/docs/latest/conf-reference.html
6,查看sphinx 数据
mysql -h0 -P9306
本文介绍了Sphinx全文检索系统的安装步骤及基本配置流程。包括从官方网站下载安装包、查阅官方文档进行安装配置、了解Sphinx工作原理及其主要工具如indexer和searchd的使用方法。
1558

被折叠的 条评论
为什么被折叠?



