(No version information available, might be only in CVS)
SphinxClient::setLimits — Set offset and limit of the result set
Sets offset into server-side result set and amount of matches to return to client starting from that offset (limit ). Can additionally control maximum server-side result set size for current query (max_matches ) and the threshold amount of matches to stop searching at (cutoff ).
Result set offset.
Amount of matches to return.
Controls how much matches searchd will keep in RAM while searching.
Used for advanced performance control. It tells searchd to forcibly stop search query once cutoff matches have been found and processed.
Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.