Méthode |
Description |
|
applyNegation ( Smile\ElasticsuiteCore\Search\Request\QueryInterface $query ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface |
Apply a negation to the current query. |
|
getHasImageQuery ( ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface |
Has image query. |
|
getMatchQueryParams ( Product $productCondition ) : array |
Retrieve params for a match query from condition. |
|
getRangeQueryParams ( Product $productCondition ) : array |
Retrieve params for a range query from condition. |
|
getSearchField ( Product $productCondition ) : Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\FieldInterface |
Retrieve ES mapping field for the current condition. |
|
getSearchFieldName ( Product $productCondition ) : string |
Retrieve ES mapping field name used for the current condition (including analyzer). |
|
getSpecialAttributesSearchQuery ( Product $productCondition ) : null | Smile\ElasticsuiteCore\Search\Request\QueryInterface |
Create a query for special attribute. |
|
getTermsQueryParams ( Product $productCondition ) : array |
Retrieve params for a terms query from condition. |
|
prepareFieldValue ( Product $productCondition ) |
Update the condition value to ignore empty array items. |
|
prepareQuery ( string $queryType, array $queryParams ) : Smile\ElasticsuiteCore\Search\Request\QueryInterface |
Instantiate query from type and params. |
|