Umbraco v 10.8.3
I am importing 10000+ product data into Umbraco and I am indexing the data to a external LUCENE INDEX folder. LuceneIndex is created to perform facetted search. SAVEANDPUBLISH 10000+ content via code takes long time. I am wondering, If there is a way in Umbraco to exclude the PRODUCT document type from indexing so the SAVEANDPUBLISH will be quicker.
https://docs.umbraco.com/umbraco-cms/reference/searching/examine/indexing documentation gives an example to create CUSTOM INDEX in examine on a specific document type.