I need some tool which would allow me to run Sphinx queries. Sphinx provides search
, a command line program which does the thing. However, search
is reading Sphinx files and I need something what would connect to searchd instead. Do you know any tools I could use?
views:
7answers:
1
A:
Thank you guys from Sphinx forum! There is "api" directory in source tarball. It contains test.php and test.py - two tiny programs which do this job. There are also test2.php and test2.py, I haven't checked them.
skalee
2010-07-27 20:01:37