You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the docs states that [go-sdk] also may be used in many cases to access SphinxSearch daemon as well I tried this with Sphinx 2.2
using config file '/etc/sphinxsearch/sphinx.conf'...
listening on all interfaces, port=9312
listening on all interfaces, port=9306
precaching index 'test1'
precaching index 'test1stemmed'
precaching index 'rt'
But I get: [] Wrong version num received: 1258291200
I'm wondering if there is a problem with my code or go-sdk is not compatible with Sphinx 2.2 ?
And if the later is the case, which sphinx version is compatible with go-sdk?
The text was updated successfully, but these errors were encountered:
As the docs states that
[go-sdk] also may be used in many cases to access SphinxSearch daemon as well
I tried this withSphinx 2.2
My code :
But I get:
[] Wrong version num received: 1258291200
I'm wondering if there is a problem with my code or go-sdk is not compatible with
Sphinx 2.2
?And if the later is the case, which sphinx version is compatible with go-sdk?
The text was updated successfully, but these errors were encountered: