PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

SphinxClient::setFilterRange - Add new integer range filter | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

SphinxClient::setFilterRange

(PECL sphinx >= 0.1.0)

SphinxClient::setFilterRangeAdd new integer range filter

説明

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

Adds new integer 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 を返します。


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「SphinxClient::setFilterRange - Add new integer range filter」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | SphinxClient::setFilterRange - Add new integer range filter」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: