Class Mage_CatalogSearch_Model_Resource_Fulltext_Engine
CatalogSearch Fulltext Index Engine resource model
- Mage_Core_Model_Resource_Abstract
- Mage_Core_Model_Resource_Db_Abstract
- Mage_CatalogSearch_Model_Resource_Fulltext_Engine
Direct known subclasses
Mage_CatalogSearch_Model_Mysql4_Fulltext_Engine
Package: Mage\CatalogSearch
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/CatalogSearch/Model/Resource/Fulltext/Engine.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/CatalogSearch/Model/Resource/Fulltext/Engine.php
protected
|
|
public
|
#
saveEntityIndex( integer $entityId, integer $storeId, array $index, string $entity = 'product' )
Add entity data to fulltext search table |
public
|
#
saveEntityIndexes( integer $storeId, array $entityIndexes, string $entity = 'product' )
Multi add entities data to fulltext search table |
public
array
|
|
public
boolean
|
|
public
|
#
cleanIndex( integer $storeId = null, integer $entityId = null, string $entity = 'product' )
Remove entity data from fulltext search table |
public
string
|
#
prepareEntityIndex( array $index, string $separator = ' ' )
Prepare index array as a string glued by separator |
public
null
|
|
public
|
|
public
|
|
public
boolean
|
|
public
boolean
|
$_commitCallbacks
|