thinking sphinx error when rake thinking_sphinx:start

淺唱寂寞╮ 提交于 2019-12-08 18:40:30
NJF

solved it... i just added sphinx.yml file inside config and specified port number for each environment as follows:

development:
  port: 9310
  morphology: stem_en

test:
  port: 9310
  morphology: stem_en

production:
  port: 9310
  morphology: stem_en

then changed listen address in development.sphinx.conf for searchd as follows:

searchd
{
  listen = 127.0.0.1:9310
}

then on console ran command:

rake thinking_sphinx:rebuild

May be /home/user/newsvn/alumnicell/log/searchd.log has solution for the problem.

Just post it!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!