PHP 클래스 Algolia_Algoliasearch_Model_Indexer_Abstract, algoliasearch-magento

상속: extends Mage_Index_Model_Indexer_Abstract
파일 보기 프로젝트 열기: algolia/algoliasearch-magento 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$enableQueueMsg
$engine Algolia_Algoliasearch_Model_Resource_Engine

공개 메소드들

메소드 설명
__construct ( )
reindexSpecificCategories ( array | string | integer $updateCategoryIds ) This function will update all the requested categories and their child categories in Algolia. You can provide either a single category ID or an array of category IDs. A category ID should be either a string or an integer.
reindexSpecificProducts ( array | string | integer $updateProductIds ) This function will update all the requested products and their parent products in Algolia. You can provide either a single product ID or an array of product IDs. A product ID should be either a string or an integer.

보호된 메소드들

메소드 설명
_getResource ( ) : Mage_CatalogSearch_Model_Resource_Indexer_Fulltext
_isProductComposite ( integer $productId ) : boolean Check whether a product is composite.

메소드 상세

__construct() 공개 메소드

public __construct ( )

_getResource() 보호된 메소드

protected _getResource ( ) : Mage_CatalogSearch_Model_Resource_Indexer_Fulltext
리턴 Mage_CatalogSearch_Model_Resource_Indexer_Fulltext

_isProductComposite() 보호된 메소드

Check whether a product is composite.
protected _isProductComposite ( integer $productId ) : boolean
$productId integer
리턴 boolean

reindexSpecificCategories() 공개 메소드

This function will update all the requested categories and their child categories in Algolia. You can provide either a single category ID or an array of category IDs. A category ID should be either a string or an integer.
public reindexSpecificCategories ( array | string | integer $updateCategoryIds )
$updateCategoryIds array | string | integer

reindexSpecificProducts() 공개 메소드

This function will update all the requested products and their parent products in Algolia. You can provide either a single product ID or an array of product IDs. A product ID should be either a string or an integer.
public reindexSpecificProducts ( array | string | integer $updateProductIds )
$updateProductIds array | string | integer

프로퍼티 상세

$enableQueueMsg 보호되어 있는 프로퍼티

protected $enableQueueMsg

$engine 보호되어 있는 프로퍼티

protected Algolia_Algoliasearch_Model_Resource_Engine $engine
리턴 Algolia_Algoliasearch_Model_Resource_Engine