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

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

Public Methods

Method 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 method

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 method

{@inheritDoc}
public getBoost ( )

getFilter() public method

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

getName() public method

{@inheritDoc}
public getName ( )

getQuery() public method

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

getType() public method

{@inheritDoc}
public getType ( )