Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_CatalogSearch_AdvancedController
  • Mage_CatalogSearch_AjaxController
  • Mage_CatalogSearch_Block_Advanced_Form
  • Mage_CatalogSearch_Block_Advanced_Result
  • Mage_CatalogSearch_Block_Autocomplete
  • Mage_CatalogSearch_Block_Layer
  • Mage_CatalogSearch_Block_Layer_Filter_Attribute
  • Mage_CatalogSearch_Block_Result
  • Mage_CatalogSearch_Block_Term
  • Mage_CatalogSearch_Helper_Data
  • Mage_CatalogSearch_Model_Advanced
  • Mage_CatalogSearch_Model_Fulltext
  • Mage_CatalogSearch_Model_Fulltext_Observer
  • Mage_CatalogSearch_Model_Indexer_Fulltext
  • Mage_CatalogSearch_Model_Layer
  • Mage_CatalogSearch_Model_Layer_Filter_Attribute
  • Mage_CatalogSearch_Model_Mysql4_Advanced
  • Mage_CatalogSearch_Model_Mysql4_Advanced_Collection
  • Mage_CatalogSearch_Model_Mysql4_Fulltext
  • Mage_CatalogSearch_Model_Mysql4_Fulltext_Collection
  • Mage_CatalogSearch_Model_Mysql4_Fulltext_Engine
  • Mage_CatalogSearch_Model_Mysql4_Indexer_Fulltext
  • Mage_CatalogSearch_Model_Mysql4_Query
  • Mage_CatalogSearch_Model_Mysql4_Query_Collection
  • Mage_CatalogSearch_Model_Mysql4_Search_Collection
  • Mage_CatalogSearch_Model_Query
  • Mage_CatalogSearch_Model_Resource_Advanced
  • Mage_CatalogSearch_Model_Resource_Advanced_Collection
  • Mage_CatalogSearch_Model_Resource_Fulltext
  • Mage_CatalogSearch_Model_Resource_Fulltext_Collection
  • Mage_CatalogSearch_Model_Resource_Fulltext_Engine
  • Mage_CatalogSearch_Model_Resource_Indexer_Fulltext
  • Mage_CatalogSearch_Model_Resource_Query
  • Mage_CatalogSearch_Model_Resource_Query_Collection
  • Mage_CatalogSearch_Model_Resource_Search_Collection
  • Mage_CatalogSearch_Model_Session
  • Mage_Catalogsearch_Model_System_Config_Backend_Sitemap
  • Mage_CatalogSearch_ResultController
  • Mage_CatalogSearch_TermController
  • Overview
  • Package
  • Class
  • Tree

Class Mage_CatalogSearch_Model_Resource_Fulltext_Engine

CatalogSearch Fulltext Index Engine resource model

Mage_Core_Model_Resource_Abstract
Extended by Mage_Core_Model_Resource_Db_Abstract
Extended by 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
Methods summary
protected
# _construct( )

Init resource model

Init resource model

public Mage_CatalogSearch_Model_Resource_Fulltext_Engine
# saveEntityIndex( integer $entityId, integer $storeId, array $index, string $entity = 'product' )

Add entity data to fulltext search table

Add entity data to fulltext search table

Parameters

$entityId
integer
$entityId
$storeId
integer
$storeId
$index
array
$index
$entity
string
$entity 'product'|'cms'

Returns

Mage_CatalogSearch_Model_Resource_Fulltext_Engine
public Mage_CatalogSearch_Model_Resource_Fulltext_Engine
# saveEntityIndexes( integer $storeId, array $entityIndexes, string $entity = 'product' )

Multi add entities data to fulltext search table

Multi add entities data to fulltext search table

Parameters

$storeId
integer
$storeId
$entityIndexes
array
$entityIndexes
$entity
string
$entity 'product'|'cms'

Returns

Mage_CatalogSearch_Model_Resource_Fulltext_Engine
public array
# getAllowedVisibility( )

Retrieve allowed visibility values for current engine

Retrieve allowed visibility values for current engine

Returns

array
public boolean
# allowAdvancedIndex( )

Define if current search engine supports advanced index

Define if current search engine supports advanced index

Returns

boolean
public Mage_CatalogSearch_Model_Resource_Fulltext_Engine
# cleanIndex( integer $storeId = null, integer $entityId = null, string $entity = 'product' )

Remove entity data from fulltext search table

Remove entity data from fulltext search table

Parameters

$storeId
integer
$storeId
$entityId
integer
$entityId
$entity
string
$entity 'product'|'cms'

Returns

Mage_CatalogSearch_Model_Resource_Fulltext_Engine
public string
# prepareEntityIndex( array $index, string $separator = ' ' )

Prepare index array as a string glued by separator

Prepare index array as a string glued by separator

Parameters

$index
array
$index
$separator
string
$separator

Returns

string
public null
# getResourceName( )

Stub method for compatibility with other search engines

Stub method for compatibility with other search engines

Returns

null
public Mage_CatalogSearch_Model_Resource_Fulltext_Collection
# getResultCollection( )

Retrieve fulltext search result data collection

Retrieve fulltext search result data collection

Returns

Mage_CatalogSearch_Model_Resource_Fulltext_Collection
public Mage_CatalogSearch_Model_Resource_Advanced_Collection
# getAdvancedResultCollection( )

Retrieve advanced search result data collection

Retrieve advanced search result data collection

Returns

Mage_CatalogSearch_Model_Resource_Advanced_Collection
public boolean
# isLeyeredNavigationAllowed( )

Define if Layered Navigation is allowed

Define if Layered Navigation is allowed

Returns

boolean
public boolean
# test( )

Define if engine is avaliable

Define if engine is avaliable

Returns

boolean
Methods inherited from Mage_Core_Model_Resource_Db_Abstract
_afterDelete(), _afterLoad(), _afterSave(), _beforeDelete(), _beforeSave(), _checkUnique(), _getConnection(), _getLoadSelect(), _getReadAdapter(), _getWriteAdapter(), _init(), _initUniqueFields(), _prepareDataForSave(), _prepareValueForSave(), _serializeFields(), _setMainTable(), _setResource(), addUniqueField(), afterLoad(), delete(), getChecksum(), getIdFieldName(), getMainTable(), getReadConnection(), getTable(), getUniqueFields(), getValueTable(), hasDataChanged(), load(), resetUniqueField(), save(), unserializeFields()
Methods inherited from Mage_Core_Model_Resource_Abstract
__construct(), _prepareDataForTable(), _prepareTableValueForSave(), _serializeField(), _unserializeField(), addCommitCallback(), beginTransaction(), commit(), formatDate(), mktime(), rollBack()
Properties inherited from Mage_Core_Model_Resource_Db_Abstract
$_connections, $_fieldsForUpdate, $_idFieldName, $_isPkAutoIncrement, $_mainTable, $_mainTableFields, $_resourceModel, $_resourcePrefix, $_resources, $_serializableFields, $_tables, $_uniqueFields, $_useIsObjectNew
Properties inherited from Mage_Core_Model_Resource_Abstract
$_commitCallbacks
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0