SphinxClient::setFilterFloatRange
(No version information available, might be only in CVS)
SphinxClient::setFilterFloatRange — Add new float range filter
Description
public bool SphinxClient::setFilterFloatRange ( string $attribute , float $min , float $max [, bool $exclude ] )
Parameters
- attribute
-
An attribute name.
- min
-
Minimum value.
- max
-
Maximum value.
- exclude
-
If set to TRUE, matching documents are excluded from the result set. Defaults to FALSE.
Return Values
Returns TRUE on success or FALSE on failure.