Sphinx: null searchd request received

I am running sphinx on mac os x lion. In the configuration file, I set employee = thread. When I try to request a search with these settings, I get an error message that received a null searchd request. However, when I run searchd with the --nodetach option, it works fine. Workers also change = fork solves the problem, but I need to use rt-indexing, and therefore I can not change it.

+4
source share
1 answer

Are you sure there are no errors? The correct option:

workers = threads 

http://sphinxsearch.com/docs/current/conf-workers.html

0
source

All Articles