PHP Class Smile\ElasticsuiteCore\Search\Request\Query\Filtered

Author: Aurelien FOUCRET ([email protected])
Inheritance: implements Smile\ElasticsuiteCore\Search\Request\QueryInterface
Afficher le fichier Open project: smile-sa/elasticsuite

Méthodes publiques

Méthode Description
__construct ( Magento\Framework\Search\Request\QueryInterface $query = null, Magento\Framework\Search\Request\QueryInterface $filter = null, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
getBoost ( ) {@inheritDoc}
getFilter ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface Filter part of the filtered query.
getName ( ) {@inheritDoc}
getQuery ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface Query part of the filtered query.
getType ( ) {@inheritDoc}

Method Details

__construct() public méthode

public __construct ( Magento\Framework\Search\Request\QueryInterface $query = null, Magento\Framework\Search\Request\QueryInterface $filter = null, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
$query Magento\Framework\Search\Request\QueryInterface Query part of the filtered query.
$filter Magento\Framework\Search\Request\QueryInterface Filter part of the filtered query.
$name string Query name.
$boost integer Query boost.

getBoost() public méthode

{@inheritDoc}
public getBoost ( )

getFilter() public méthode

Filter part of the filtered query.
public getFilter ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface
Résultat Smile\ElasticsuiteCore\Search\Request\QueryInterface

getName() public méthode

{@inheritDoc}
public getName ( )

getQuery() public méthode

Query part of the filtered query.
public getQuery ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface
Résultat Smile\ElasticsuiteCore\Search\Request\QueryInterface

getType() public méthode

{@inheritDoc}
public getType ( )