您的位置:首页 > 运维架构 > Linux

centos下 rpm包sphinx安装成功提示

2016-03-04 02:41 681 查看
sphinx: /etc/sphinx /usr/share/sphinx

Sphinx installed!

Now create a full-text index, start the search daemon, and you're all set.

To manage indexes:

editor /etc/sphinx/sphinx.conf

To rebuild all disk indexes:

sudo -u sphinx indexer --all --rotate

To start/stop search daemon:

service searchd start/stop

To query search daemon using MySQL client:

mysql -h 0 -P 9306

mysql> SELECT * FROM test1 WHERE MATCH('test');

See the manual at /usr/share/doc/sphinx-2.2.10 for details.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: