PHP Class Algolia_Algoliasearch_Model_Resource_Fulltext, algoliasearch-magento

Inheritance: extends Mage_CatalogSearch_Model_Resource_Fulltext
Datei anzeigen Open project: algolia/algoliasearch-magento

Protected Properties

Property Type Description
$config Algolia_Algoliasearch_Helper_Config
$engine Empty because we need it to do nothing (no mysql stuff), Indexing is handled by Model/Indexer/Algolia
$logger Algolia_Algoliasearch_Helper_Logger

Public Methods

Method Description
__construct ( )
prepareResult ( $object, $queryText, $query )
rebuildIndex ( $storeId = null, $productIds = null ) Only used when reindexing everything. Otherwise Model/Indexer/Algolia will take care of the rest.

Protected Methods

Method Description
_saveProductIndexes ( $storeId, $productIndexes )

Method Details

__construct() public method

public __construct ( )

_saveProductIndexes() protected method

protected _saveProductIndexes ( $storeId, $productIndexes )

prepareResult() public method

public prepareResult ( $object, $queryText, $query )

rebuildIndex() public method

Only used when reindexing everything. Otherwise Model/Indexer/Algolia will take care of the rest.
public rebuildIndex ( $storeId = null, $productIds = null )

Property Details

$config protected_oe property

protected Algolia_Algoliasearch_Helper_Config $config
return Algolia_Algoliasearch_Helper_Config

$engine protected_oe property

Empty because we need it to do nothing (no mysql stuff), Indexing is handled by Model/Indexer/Algolia
protected $engine

$logger protected_oe property

protected Algolia_Algoliasearch_Helper_Logger $logger
return Algolia_Algoliasearch_Helper_Logger