码迷,mamicode.com
首页 > 其他好文 > 详细

Sphinx-实战

时间:2015-08-14 18:31:18      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

配置完成后, 有了数据源、索引文件存储位置等, 便可以使用 indexer 工具创建索引

-c 指定配置文件 默认使用 etc/sphinx.conf

--all 对所有索引重新编制索引

--retate 用于轮换索引, 主要是在不停止 searchd 服务的情况下增加索引

--merge 合并索引, 用于把增量索引合并到主索引

cd /usr/local/sphinx/bin
./indexer --all

如果出现./indexer: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory, 可以使用以下命令解决找不到的问题

vim /etc/ld.so.conf
#添加 /usr/local/mysql/lib 到文件底部
ldconfig

a

Sphinx-实战

标签:

原文地址:http://www.cnblogs.com/JohnABC/p/4730728.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!