Method |
Description |
|
createIndexNameFromIdentifier ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string |
Create a new index for an identifier (eg. catalog_product) by store including current date. |
|
getAnalysisSettings ( integer | string | Magento\Store\Api\Data\StoreInterface $store ) : array |
Load analysis settings by store. |
|
getBatchIndexingSize ( ) : integer |
Get indexing batch size configured. |
|
getCreateIndexSettings ( ) : array |
Returns settings used during index creation. |
|
getIndexAliasFromIdentifier ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string |
Returns the index alias for an identifier (eg. catalog_product) by store. |
|
getIndexConfig ( string $indexIdentifier ) : array |
Return config of an index. |
|
getIndicesConfig ( ) : array |
Returns the list of the available indices declared in elasticsuite_indices.xml. |
|
getInstallIndexSettings ( ) : array |
Returns settings used when installing an index. |
|