Questions for the Class:
Im investigating some approaches to provide a comprehensive catalog search/filter criteria to the UI.
The UI will be a mixture of Selects, Multiselects, Checkboxes, Radios and Free Text searchboxes and maybe a price range slider.
The data for the UI will come from the EcomProduct, EcomGroup and EcomVariant entities, and only for active products and
Products that only exist in any eComCatalog Module (there are many in the solution) by Area.
The controls will be created on the fly from the criterion data produced from the entities and therefore will be close to providing the
correct (available) criterion to achieve a successful result from criterion combinations selected.
The scenario is a DW 9.4.10 solution with 7 websites (in 6 languages). Each website uses the same product base but translated as are the Group names and the Variant names.
Product has about 10 custom fields. The Groups allow 4-5 catalog "sections" to be devised, and the criteria UI will provide the correct search criterion controls for each section
to be rendered correctly. All Data is imported under an integration job from an erp.
I have something kinda working already, but I want to speed up the process (the rendering takes about 3000-4000ms on the first load, then after about 250ms)
and I think this could be achieved using the Repository Indexing in DW.
Is there a way in DW Indexing to build the criterion data only, from the 3 Ecom Entities?
Do I need a Custom IndexBuilder or extend ProductIndexBuilder (eg. does this builder include Groups and Variants too?).
Querying the Index could be quite straight forward with about 4 parameters AreaID LANGID SHOPID and "SectionID"
Is it possible? Any pointers or ideas, comments would be welcome.