PHP 클래스 Elastica\Query\Prefix

상속: extends AbstractQuery
파일 보기 프로젝트 열기: ruflin/elastica 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $prefix = [] ) Constructs the Prefix query object.
setPrefix ( string $key, string | array $value, float $boost = 1 ) Adds a prefix to the prefix query.
setRawPrefix ( array $prefix ) setRawPrefix can be used instead of setPrefix if some more special values for a prefix have to be set.

메소드 상세

__construct() 공개 메소드

Constructs the Prefix query object.
public __construct ( array $prefix = [] )
$prefix array OPTIONAL Calls setRawPrefix with the given $prefix array

setPrefix() 공개 메소드

Adds a prefix to the prefix query.
public setPrefix ( string $key, string | array $value, float $boost = 1 )
$key string Key to query
$value string | array Values(s) for the query. Boost can be set with array
$boost float OPTIONAL Boost value (default = 1.0)

setRawPrefix() 공개 메소드

setRawPrefix can be used instead of setPrefix if some more special values for a prefix have to be set.
public setRawPrefix ( array $prefix )
$prefix array Prefix array