SphinxClient::setFilterFloatRange
Add new float range filter
Description
public bool SphinxClient::setFilterFloatRange
( string $attribute
, float $min
, float $max
[, bool $exclude = false
] )
Parameters
-
attribute
-
An attribute name.
-
min
-
Minimum value.
-
max
-
Maximum value.
-
exclude
-
If set to TRUE, matching documents are excluded from the result set.
Return Values
Returns TRUE on success or FALSE on failure.