SphinxClient::setFilterFloatRange
SphinxClient::setFilterFloatRange
(PECL sphinx >= 0.1.0)
SphinxClient::setFilterFloatRange — Add new float range filter
Description
public bool SphinxClient::setFilterFloatRange ( string $attribute , float $min , float $max [, bool $exclude = false ] )
Adds new float range filter to the existing list of filters. Only those documents which have attribute
value stored in the index between min
and max
(including values that are exactly equal to min
or max
) wil