Posted on 12/06/2013 23:02:34
Hi Pavel,
I have one thought about this implementation and it is about performance. Now is seems like every product is handled one by one and it does not seem to benefit from the paging structure of the ProductIndexer?
Is it meant that I will have to implement custom ProductIndexer which inherits from the current ProductIndexer and in the retrieval cache the values so it is accessible in the SurrogatEntry as the indexing process at the moment takes very long time for only 100.000 products with some custom product fields?
Best regards, Anders