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

저자: Aurelien FOUCRET ([email protected])
상속: implements Smile\ElasticsuiteCore\Search\Request\QueryInterface
파일 보기 프로젝트 열기: smile-sa/elasticsuite 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $value, string $field, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE ) The term query produce an Elasticsearch term query.
getBoost ( ) {@inheritDoc}
getField ( ) : string Search field.
getName ( ) {@inheritDoc}
getType ( ) {@inheritDoc}
getValue ( ) : string Search value.

메소드 상세

__construct() 공개 메소드

The term query produce an Elasticsearch term query.
public __construct ( string $value, string $field, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
$value string Search value.
$field string Search field.
$name string Name of the query.
$boost integer Query boost.

getBoost() 공개 메소드

{@inheritDoc}
public getBoost ( )

getField() 공개 메소드

Search field.
public getField ( ) : string
리턴 string

getName() 공개 메소드

{@inheritDoc}
public getName ( )

getType() 공개 메소드

{@inheritDoc}
public getType ( )

getValue() 공개 메소드

Search value.
public getValue ( ) : string
리턴 string