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. |
|
getBatchIndexingSize ( ) : integer |
Get number the batch indexing size from the configuration. |
|
getIndexAliasFromIdentifier ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string |
Returns the index alias for an identifier (eg. catalog_product) by store. |
|
getLanguageCode ( integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string |
Return the locale code (eg.: "en") for a store. |
|
getLocaleCode ( integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string |
Return the locale code (eg.: "en_US") for a store. |
|
getNumberOfReplicas ( ) : integer |
Get number of replicas from the configuration. |
|
getNumberOfShards ( ) : integer |
Get number of shards from the configuration. |
|