略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: SphinxClient::setFilterRange

2024-05-04

SphinxClient::setFilterRange

(PECL sphinx >= 0.1.0)

SphinxClient::setFilterRangeAdd new integer range filter

说明

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

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/sphinxclient.setfilterrange.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3