centos下 rpm包sphinx安装成功提示

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.

posted @ 2016-03-04 02:41  JasonXu_徐晓峰的博客  阅读(244)  评论(0编辑  收藏  举报