Class sphinxAPI
Sphinx PHP searchd client API, derived from sphinxapi.php of Andrew Aksyonoff / Sphinx Technologies Inc. (http://www.sphinxsearch.com/)
- SphinxClient
-
sphinxAPI
Direct known subclasses
Located at sphinxapi.lib.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
private
|
|
public
array
|
|
public
|
|
public
|
|
public
resource
|
Constants summary
integer |
SphinxQL_over_MySQL
|
#
0
|
integer |
SphinxQL_over_MySQLi
|
#
1
|
Properties summary
private
integer
|
$_version
|
#
0
|
private
integer
|
$_timeout_sec
|
#
10
|
private
array
|
$_servers
|
#
array()
|
private
integer
|
$_lb_reconnect_time_sec
|
#
60
|
private
integer
|
$_retry_on_connection_lost_ms
|
#
1000
|
private
boolean
|
$_sphinxQL
|
#
false
|
private
|
$_sphinxQL_mysql
|
#
null
|
private
string
|
$_ql_error
|
#
""
|
private
integer
|
$_QLdriver
|
#
0
|
protected
string
|
$_sphinx_type
|
#
'SPH'
|
private
array
|
$_statistic
|
#
array()
|
public
integer
|
$m_last_query_ms
return the last query execution time |
#
0
|
public
boolean
|
$m_show_old_fashion_query_info
show a deprecated info if you use "old fashion queries" with a newer release like API version >= 4505 / search daemon >= 2.1 (this memvar will be removed in future releases) |
#
true
|
public
boolean
|
$m_precheck_old_fashion_query
do a precheck before sending request for the use of "old-fashion" variables if the query is build by "sphinxQLBuilder" (this memvar will be removed in future releases) |
#
true
|