SphinxClient::setFilterRange
(PECL sphinx >= 0.1.0)
SphinxClient::setFilterRange — Add new integer range filter
Описание
public bool SphinxClient::setFilterRange
( string $attribute
, int $min
, int $max
[, bool $exclude
] )
Список параметров
-
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.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.