Php/docs/sphinxclient.setfilterfloatrange

来自菜鸟教程
跳转至:导航、​搜索

SphinxClient::setFilterFloatRange

(PECL sphinx >= 0.1.0)

SphinxClient::setFilterFloatRangeAdd new float range filter


说明

public SphinxClient::setFilterFloatRange ( string $attribute , float $min , float $max [, bool $exclude = false ] ) : bool

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) will be matched (or rejected, if exclude is true).


参数

attribute
An attribute name.
min
Minimum value.
max
Maximum value.
exclude
If set to true, matching documents are excluded from the result set.


返回值

成功时返回 true, 或者在失败时返回 false