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

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

공개 메소드들

메소드 설명
__construct ( string $queryText, string $field, string $minimumShouldMatch = self::DEFAULT_MINIMUM_SHOULD_MATCH, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
getBoost ( ) {@inheritDoc}
getField ( ) : string Query field.
getMinimumShouldMatch ( ) : string Minimum should match for the match query.
getName ( ) {@inheritDoc}
getQueryText ( ) : string Query match text.
getType ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

public __construct ( string $queryText, string $field, string $minimumShouldMatch = self::DEFAULT_MINIMUM_SHOULD_MATCH, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
$queryText string Matched text.
$field string Query field.
$minimumShouldMatch string Minimum should match for the match query.
$name string Query name.
$boost integer Query boost.

getBoost() 공개 메소드

{@inheritDoc}
public getBoost ( )

getField() 공개 메소드

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

getMinimumShouldMatch() 공개 메소드

Minimum should match for the match query.
public getMinimumShouldMatch ( ) : string
리턴 string

getName() 공개 메소드

{@inheritDoc}
public getName ( )

getQueryText() 공개 메소드

Query match text.
public getQueryText ( ) : string
리턴 string

getType() 공개 메소드

{@inheritDoc}
public getType ( )