PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SphinxClient::setGeoAnchor> <SphinxClient::setFilterFloatRange
Last updated: Fri, 14 Nov 2008

view this page in

SphinxClient::setFilterRange

(No version information available, might be only in CVS)

SphinxClient::setFilterRangeAdd new integer range filter

Описание

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

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. Defaults to FALSE.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.



add a note add a note User Contributed Notes
SphinxClient::setFilterRange
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites