Disable some indexers
in some case we don't need to reindex all indexes, for example product "catalog_catgeory_product" / "catalog_url"
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.
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))
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).
Idea: https://github.com/danslo/ApiImport/commit/266b8b0a8bfafa159d251222f42b6c31462c404b
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.