PHP 클래스 Smile\ElasticsuiteCore\Search\Request\Query\Terms

저자: Aurelien FOUCRET ([email protected])
상속: extends Term
파일 보기 프로젝트 열기: smile-sa/elasticsuite

공개 메소드들

메소드 설명
__construct ( string | array $values, string $field, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE ) The term query produce an Elasticsearch terms query.
getType ( ) {@inheritDoc}
getValues ( ) : array

메소드 상세

__construct() 공개 메소드

The term query produce an Elasticsearch terms query.
public __construct ( string | array $values, string $field, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
$values string | array Search values. String are exploded using the comma as separator.
$field string Search field.
$name string Name of the query.
$boost integer Query boost.

getType() 공개 메소드

{@inheritDoc}
public getType ( )

getValues() 공개 메소드

public getValues ( ) : array
리턴 array