sphinxapi icon indicating copy to clipboard operation
sphinxapi copied to clipboard

The Python client for Sphinx Search

Results 3 sphinxapi issues
Sort by recently updated
recently updated
newest added

I did not get how to use this, Can you please give any documentation, I have implement sphinx search in php now i am going to implement this in python...

Let's make K_TIMEOUT configurable via an environment variable, so that this stays generically useful but django can still set it. ``` python TIMEOUT = os.env.get('SPHINX_TIMEOUT', 1) ``` Then Django can...

Compiled sphinxsearch with --enable-id64; sphinxapi returns wrong ids in case of long id in the database...