Class Mage_CatalogSearch_Model_Indexer_Fulltext
CatalogSearch fulltext indexer model
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Index_Model_Indexer_Abstract
- Mage_CatalogSearch_Model_Indexer_Fulltext
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/Indexer/Fulltext.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/Indexer/Fulltext.php
protected
|
|
protected
|
|
public
string
|
|
public
string
|
|
public
boolean
|
#
matchEvent(
Check if event can be matched by process Overwrote for check is flat catalog product is enabled and specific save attribute, store, store_group |
protected
|
|
protected
Mage_CatalogSearch_Model_Indexer_Search
|
#
_registerCatalogCategoryEvent(
Get data required for category'es products reindex |
protected
Mage_CatalogSearch_Model_Indexer_Search
|
#
_registerCatalogProductEvent(
Register data required by catatalog product process in event object |
protected
array
|
|
protected
boolean
|
|
protected
|
|
public
|
callEventHandler(),
disableKeys(),
enableKeys(),
isVisible(),
matchEntityAndType(),
processEvent(),
register()
|
string |
EVENT_MATCH_RESULT_KEY
|
'catalogsearch_fulltext_match_result' |
#
Data key for matching result to be saved in |
protected
null|array
|
$_searchableAttributes | null |
#
List of searchable attributes |
protected
array
|
$_matchedEntities | array(
Mage_Catalog_Model_Product::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE,
Mage_Index_Model_Event::TYPE_MASS_ACTION,
Mage_Index_Model_Event::TYPE_DELETE
),
Mage_Catalog_Model_Resource_Eav_Attribute::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE,
Mage_Index_Model_Event::TYPE_DELETE,
),
Mage_Core_Model_Store::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE,
Mage_Index_Model_Event::TYPE_DELETE
),
Mage_Core_Model_Store_Group::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Core_Model_Config_Data::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Catalog_Model_Convert_Adapter_Product::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
),
Mage_Catalog_Model_Category::ENTITY => array(
Mage_Index_Model_Event::TYPE_SAVE
)
) |
#
Indexer must be match entities |
protected
array
|
$_relatedConfigSettings | array(
Mage_CatalogSearch_Model_Fulltext::XML_PATH_CATALOG_SEARCH_TYPE
) |
#
Related Configuration Settings for match |
$_isVisible
|
$_cacheTag,
$_dataSaveAllowed,
$_eventObject,
$_eventPrefix,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|