Skip to content

Instantly share code, notes, and snippets.

@zainengineer
Last active June 20, 2016 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zainengineer/f172ef32014682d274053fcd4c644c2a to your computer and use it in GitHub Desktop.
Save zainengineer/f172ef32014682d274053fcd4c644c2a to your computer and use it in GitHub Desktop.
eschrade Magento EE indexes XML
<catalog_product_price>
<model>enterprise_catalog/index_dummy_price</model>
<action_model>
<changelog>enterprise_catalog/index_action_product_price_refresh_changelog</changelog>
<all>enterprise_catalog/index_action_product_price_refresh</all>
</action_model>
<index_table>catalog_product_index_price</index_table>
<sort_order>40</sort_order>
</catalog_product_price>
<index>
<indexer>
<eschrade_useragent_report>
<model>eschrade_useragent/index_ua_dummy</model>
<action_model>
<changelog>eschrade_useragent/index_ua_changed</changelog>
<all>eschrade_useragent/index_ua_all</all>
</action_model>
<index_table>log_url</index_table>
</eschrade_useragent_report>
</indexer>
</index>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment