GoLang SphinxClient::setSelect

request it (195)
GoLang replacement for PHP's SphinxClient::setSelect [edit | history]



Do you know a GoLang replacement for PHP's SphinxClient::setSelect? Write it!

PHP SphinxClient::setSelect

PHP original manual for SphinxClient::setSelect [ show | php.net ]

SphinxClient::setSelect

(PECL sphinx >= 1.0.1)

SphinxClient::setSelectSet select clause

Description

public bool SphinxClient::setSelect ( string $clause )

Sets the select clause, listing specific attributes to fetch, and expressions to compute and fetch.

Parameters

clause

SQL-like clause.

Changelog

PECL/sphinx Version Description
1.0.1 Added SphinxClient::setSelect(), available only if compiled with libsphinxclient >= 0.9.9.

Return Values

Returns TRUE on success or FALSE on failure.