I am getting the error
ERROR: expected searchd protocol version 1+, got version '0'.
Does anyone knows why is it coming so when i run test2.php of sphinx api(ver 0.9.9-win32).
I am getting the error
ERROR: expected searchd protocol version 1+, got version '0'.
Does anyone knows why is it coming so when i run test2.php of sphinx api(ver 0.9.9-win32).
Check if you have started the searchd
daemon. If not, find where you have the searchd installed, go to its directory and issue ./searchd
command.
Basically, follow chapter 2.6 from the Sphinx manual