When using scheduled task 'Episerver find content indexing job' commerce pages are correctly indexed with the correct document type :
-EpiWebsite.Models.Commerce.NonConfigurableProduct
-EpiWebsite.Models.Commerce.ConfigurableProduct
-EpiWebsite.Models.Commerce.ProductListCollectionFilter
-EpiWebsite.Models.Commerce.ProductListFilter
-EpiWebsite.Models.Commerce.CompositionBundle
etc.
But when EventedIndexingEnabled / ScheduledPageQueueEnabled is enabled
and I save a commerce page via _contentRepository.Service.Save etc.
Then the pages are automatically indexed with the wrong document type :
EPiServer.Commerce.Catalog.ContentTypes.ProductContent
EPiServer.Commerce.Catalog.ContentTypes.NodeContent