PHP Класс Smile\ElasticsuiteCore\Search\Request\Query\Nested

Автор: Aurelien FOUCRET ([email protected])
Наследование: implements Smile\ElasticsuiteCore\Search\Request\QueryInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $path, Magento\Framework\Search\Request\QueryInterface $query = null, string $scoreMode = self::SCORE_MODE_NONE, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
getBoost ( ) {@inheritDoc}
getName ( ) {@inheritDoc}
getPath ( ) : string Nested query path.
getQuery ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface Nested query.
getScoreMode ( ) : string Nested query score mode.
getType ( ) {@inheritDoc}

Описание методов

__construct() публичный Метод

public __construct ( string $path, Magento\Framework\Search\Request\QueryInterface $query = null, string $scoreMode = self::SCORE_MODE_NONE, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
$path string Nested path.
$query Magento\Framework\Search\Request\QueryInterface Nested query.
$scoreMode string Score mode of the nested query..
$name string Query name.
$boost integer Query boost.

getBoost() публичный Метод

{@inheritDoc}
public getBoost ( )

getName() публичный Метод

{@inheritDoc}
public getName ( )

getPath() публичный Метод

Nested query path.
public getPath ( ) : string
Результат string

getQuery() публичный Метод

Nested query.
public getQuery ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface
Результат Smile\ElasticsuiteCore\Search\Request\QueryInterface

getScoreMode() публичный Метод

Nested query score mode.
public getScoreMode ( ) : string
Результат string

getType() публичный Метод

{@inheritDoc}
public getType ( )