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

search for in the

SphinxClient::setFilterRange> <SphinxClient::setFilter
Last updated: Fri, 14 Nov 2008

view this page in

SphinxClient::setFilterFloatRange

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

SphinxClient::setFilterFloatRangeAdd new float range filter

Описание

public bool SphinxClient::setFilterFloatRange ( string $attribute , float $min , float $max [, bool $exclude ] )

Adds new float 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::setFilterFloatRange
There are no user contributed notes for this page.

SphinxClient::setFilterRange> <SphinxClient::setFilter
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites