SphinxClient::setFilter
(PECL sphinx >= 0.1.0)
SphinxClient::setFilter — Add new integer values set filter
Описание
public bool SphinxClient::setFilter
( string $attribute
, array $values
[, bool $exclude= false
] )
Список параметров
-
attribute
-
An attribute name.
-
values
-
Plain array of integer values.
-
exclude
-
If set to TRUE, matching documents are excluded from the result set.
Defaults to FALSE.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.