I am migrating a huge number of nodes it takes some time to create each node so I want to turn of examine indexing while creating nodes in order to make it faster as I heard, so how can I do that or any ideas to speed up creating nodes will be great.
how to disable Examine in Umbraco 8 ?
Hi
I am migrating a huge number of nodes it takes some time to create each node so I want to turn of examine indexing while creating nodes in order to make it faster as I heard, so how can I do that or any ideas to speed up creating nodes will be great.
Hi,
You would have to create a composer to do this.
Have a look at the docs here https://our.umbraco.com/documentation/Implementation/Composing/#disablecomposer--disable
Hi Soren
Thank you for your help but how can i use disable with examine ?
this is my code
Hi,
You should disable the examine composer :-)
I dont know if there is an “off switch”, but this would make it not registered, so unable to start.
Also, arent there and overload on the contentservice, allowing you to prevent the (indexing) events to be raised?
Hi,
i tried this code but its didn't work
can you give an example ?
Hi Soren
its generate an error that i have to implement the interface what should i write in it ?
and the same with IComposer
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.