SphinxClient::addQuery
Add query to multi-query batch
Beschreibung
public int SphinxClient::addQuery
( string $query
[, string $index = "*"
[, string $comment = ""
]] )
Parameter-Liste
-
query
-
Query string.
-
index
-
An index name (or names).
-
comment
-
Rückgabewerte
Returns an index in an array of results that will be returned
by SphinxClient::runQueries call or false on error.