SphinxClient::setFilterRange
Add new integer range filter
Beschreibung
public bool SphinxClient::setFilterRange
( string $attribute
, int $min
, int $max
[, bool $exclude = false
] )
Parameter-Liste
-
attribute
-
An attribute name.
-
min
-
Minimum value.
-
max
-
Maximum value.
-
exclude
-
If set to TRUE, matching documents are excluded from the result set.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.