AvS_FastSimpleImport icon indicating copy to clipboard operation
AvS_FastSimpleImport copied to clipboard

Disable some indexers

Open mklooss opened this issue 11 years ago • 5 comments

in some case we don't need to reindex all indexes, for example product "catalog_catgeory_product" / "catalog_url"

mklooss avatar Apr 16 '14 10:04 mklooss

Yeah, I have thought about this. This applies to when only stock is imported, only attributes are imported, url's are imported, prices are imported, etc.

Depending on the columns that are in de import, we can determine which indexers to run.

paales avatar Apr 16 '14 11:04 paales

and when url_key does not exists, only index catalog_url for new products (may run when categories defined, based on configuration (Add Category to URL))

mklooss avatar Apr 16 '14 11:04 mklooss

Even better would be if we could determine if the products need processing. e.g. When the URL-key field is specified, but isn't changed, the URL-rewrites do not need to be processed. I think this would require modifications while importing (although I think this should be handled by the indexers).

paales avatar Apr 16 '14 11:04 paales

Idea: https://github.com/danslo/ApiImport/commit/266b8b0a8bfafa159d251222f42b6c31462c404b

paales avatar Jun 18 '14 14:06 paales

Has anyone got this option to work within the extension? We only need to import stock and price so URL rewrite indexing doesn't have to be done, but it takes up most of the time. Would be great if there is a workaround to disable some indexers.

84branding avatar Sep 01 '16 12:09 84branding