Developer forum

Forum » Development » Add fields with a custom schema extender

Add fields with a custom schema extender

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

I have an index that contains around 400K products and has 18K columns (!!). Most of these columns are generated dynamically from variants (like first and last) as we have many variants. Others come from prices / languages of which we have many too.

I'd like to create a new index and only add my own fields tuned for this specific customer. However, we also have around 500 product and product category fields. Adding those manually (but more importantly, maintaining it afterwards) doesn't sound like super fun. So I am looking for a hybrid between the schema extender that adds everything and the manual option which adds nothing.

Could I build my own schema extender that does this? What would that look like? I found the IConfigurableIndexSchemaExtender interface. Could that be used somehow? I am on DW 10.

Thanks in advance,

Imar


Replies

 

You must be logged in to post in the forum