感谢你的到来
一起学习进步

sphinx 配置、常用命令

sphinx 安装到本地电脑的D盘

本地window电脑生成索引
cd D:\sphinx\bin
indexer -c sphinx.conf –rotate –all

/usr/local/sphinx/bin/indexer -c /usr/local/sphinx/etc/sphinx.conf products

搜索sphinx的进程

ps aux |grep searchd
ps aux |grep indexer

 

Sphinx进程在linux直接杀死

lsof -i:9312  查看9312端口信息,获得pid

ps aux
kill pid数字 杀死sphinx进程

重新生成索引 第一次不加–rotate,第二次后可以
/usr/local/sphinx3.0/bin/indexer -c /usr/local/sphinx3.0/bin/sphinx.conf –rotate –all

sphinx 启动命令

/usr/local/sphinx3.0/bin/searchd -c /usr/local/sphinx3.0/bin/sphinx.conf
/usr/local/sphinx3.0/bin/searchd –config /usr/local/sphinx3.0/bin/sphinx.conf

sphinx停止

/usr/local/sphinx3.0/bin/searchd –config /usr/local/sphinx3.0/bin/sphinx.conf –stop

赞(0) 打赏
未经允许不得转载:IT起义网络科技 » sphinx 配置、常用命令
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

微信:345497590QQ 345497590

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏