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

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

공개 메소드들

메소드 설명
__construct ( string $queryText, string $field, float $cutoffFrequency = self::DEFAULT_CUTOFF_FREQUENCY, string $minimumShouldMatch = self::DEFAULT_MINIMUM_SHOULD_MATCH, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE ) Constructor.
getCutoffFrequency ( ) : float Query cutoff frequency.
getType ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

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

getCutoffFrequency() 공개 메소드

Query cutoff frequency.
public getCutoffFrequency ( ) : float
리턴 float

getType() 공개 메소드

{@inheritDoc}
public getType ( )