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

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, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE ) Constructor.
getBoost ( ) {@inheritDoc}
getName ( ) {@inheritDoc}
getQuery ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface Negated query.
getType ( ) {@inheritDoc}

Method Details

__construct() public method

Constructor.
public __construct ( Magento\Framework\Search\Request\QueryInterface $query = null, string $name = null, integer $boost = QueryInterface::DEFAULT_BOOST_VALUE )
$query Magento\Framework\Search\Request\QueryInterface Negated query.
$name string Query name.
$boost integer Query boost.

getBoost() public method

{@inheritDoc}
public getBoost ( )

getName() public method

{@inheritDoc}
public getName ( )

getQuery() public method

Negated query.
public getQuery ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface
return Smile\ElasticsuiteCore\Search\Request\QueryInterface

getType() public method

{@inheritDoc}
public getType ( )