Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getAllowedVisibility () | |
allowAdvancedIndex () | |
processAttributeValue ($attribute, $value) | |
prepareEntityIndex ($index, $separator=' ') | |
Data Fields | |
const | FIELD_PREFIX = 'attr_' |
const | SCOPE_IDENTIFIER = 'scope' |
const | CONFIG_ENGINE_PATH = 'catalog/search/engine' |
CatalogSearch Index Engine Interface
@api
Definition at line 14 of file EngineInterface.php.
allowAdvancedIndex | ( | ) |
getAllowedVisibility | ( | ) |
prepareEntityIndex | ( | $index, | |
$separator = ' ' |
|||
) |
processAttributeValue | ( | $attribute, | |
$value | |||
) |
const CONFIG_ENGINE_PATH = 'catalog/search/engine' |
Configuration path by which current indexer handler stored
Definition at line 32 of file EngineInterface.php.
const FIELD_PREFIX = 'attr_' |
Definition at line 16 of file EngineInterface.php.
const SCOPE_IDENTIFIER = 'scope' |
Scope identifier
Definition at line 24 of file EngineInterface.php.