(No version information available, might be only in CVS)
SphinxClient::setArrayResult — Change the format of result set array
Controls the format of search results set arrays (whether matches should be returned as an array or a hash). If array_result is FALSE (default value), matches are returned as a hash with document IDs as keys, and other information (weight, attributes) as values. If array_result is TRUE, matches are eturned as a plain array with complete per-match information including document IDs.
Always returns TRUE.