Property | Type | Description | |
---|---|---|---|
$additionalsections_helper | Algolia_Algoliasearch_Helper_Entity_Additionalsectionshelper | ||
$algolia_helper | Algolia_Algoliasearch_Helper_Algoliahelper | ||
$category_helper | Algolia_Algoliasearch_Helper_Entity_Categoryhelper | ||
$config | Algolia_Algoliasearch_Helper_Config | ||
$logger | Algolia_Algoliasearch_Helper_Logger | ||
$page_helper | Algolia_Algoliasearch_Helper_Entity_Pagehelper | ||
$product_helper | Algolia_Algoliasearch_Helper_Entity_Producthelper | ||
$suggestion_helper | Algolia_Algoliasearch_Helper_Entity_Suggestionhelper |
Method | Description | |
---|---|---|
__construct ( ) | ||
deleteCategoriesStoreIndices ( $storeId = null ) | ||
deleteProductsStoreIndices ( $storeId = null ) | ||
escapeJsTranslatedString ( Mage_Core_Block_Template $template, $string, $useAddSlashes = false ) | ||
getSearchResult ( $query, $storeId ) | ||
moveProductsIndex ( $storeId ) | ||
moveStoreSuggestionIndex ( $storeId ) | ||
rebuildStoreAdditionalSectionsIndex ( $storeId ) | ||
rebuildStoreCategoryIndex ( $storeId, $categoryIds = null ) | ||
rebuildStoreCategoryIndexPage ( $storeId, $collectionDefault, $page, $pageSize, $emulationInfo = null ) | ||
rebuildStorePageIndex ( $storeId ) | ||
rebuildStoreProductIndex ( $storeId, $productIds ) | ||
rebuildStoreProductIndexPage ( $storeId, $collectionDefault, $page, $pageSize, $emulationInfo = null, $productIds = null, $useTmpIndex = false ) | ||
rebuildStoreSuggestionIndex ( $storeId ) | ||
rebuildStoreSuggestionIndexPage ( $storeId, $collectionDefault, $page, $pageSize ) | ||
removeCategories ( $ids, $store_id = null ) | ||
saveConfigurationToAlgolia ( $storeId, $saveToTmpIndicesToo = false ) | ||
startEmulation ( $storeId ) | ||
stopEmulation ( $info ) |
Method | Description | |
---|---|---|
getProductsRecords ( $storeId, $collection, $potentiallyDeletedProductsIds = [] ) |
public deleteCategoriesStoreIndices ( $storeId = null ) |
public escapeJsTranslatedString ( Mage_Core_Block_Template $template, $string, $useAddSlashes = false ) | ||
$template | Mage_Core_Block_Template |
protected getProductsRecords ( $storeId, $collection, $potentiallyDeletedProductsIds = [] ) |
public rebuildStoreAdditionalSectionsIndex ( $storeId ) |
public rebuildStoreCategoryIndex ( $storeId, $categoryIds = null ) |
public rebuildStoreCategoryIndexPage ( $storeId, $collectionDefault, $page, $pageSize, $emulationInfo = null ) |
public rebuildStoreProductIndexPage ( $storeId, $collectionDefault, $page, $pageSize, $emulationInfo = null, $productIds = null, $useTmpIndex = false ) |
public rebuildStoreSuggestionIndexPage ( $storeId, $collectionDefault, $page, $pageSize ) |
public saveConfigurationToAlgolia ( $storeId, $saveToTmpIndicesToo = false ) |
protected Algolia_Algoliasearch_Helper_Entity_Additionalsectionshelper $additionalsections_helper | ||
return | Algolia_Algoliasearch_Helper_Entity_Additionalsectionshelper |
protected Algolia_Algoliasearch_Helper_Algoliahelper $algolia_helper | ||
return | Algolia_Algoliasearch_Helper_Algoliahelper |
protected Algolia_Algoliasearch_Helper_Entity_Categoryhelper $category_helper | ||
return | Algolia_Algoliasearch_Helper_Entity_Categoryhelper |
protected Algolia_Algoliasearch_Helper_Config $config | ||
return | Algolia_Algoliasearch_Helper_Config |
protected Algolia_Algoliasearch_Helper_Logger $logger | ||
return | Algolia_Algoliasearch_Helper_Logger |
protected Algolia_Algoliasearch_Helper_Entity_Pagehelper $page_helper | ||
return | Algolia_Algoliasearch_Helper_Entity_Pagehelper |
protected Algolia_Algoliasearch_Helper_Entity_Producthelper $product_helper | ||
return | Algolia_Algoliasearch_Helper_Entity_Producthelper |