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
This is a SphinxQL Query Builder used to work with SphinxQL, a SQL dialect used with the Sphinx search engine. It maps most of the functions listed in the [SphinxQL reference](http://sphinxsearch.com/docs/current.html#SphinxQL-reference) and is generally [faster](http://sphinxsearch.com/blog/2010/04/25/sphinxapi-vs-SphinxQL-benchmark/) than the available Sphinx API.
@@ -23,10 +28,6 @@ The majority of the methods in the package have been unit tested. The unit tests
23
28
24
29
The only methods that have not been fully tested are the Helpers, which are mostly simple shorthands for SQL strings.
25
30
26
-
We test our package locally and remotely with Travis-CI:
0 commit comments