AI OnAI Off
Issue Solved By Adding the following code in web.config:
<section name="episerver.find.cms" type="EPiServer.Find.Cms.Configuration, EPiServer.Find.Cms" requirePermission="false" />
And below the EPiServer.Find tab :
<episerver.find.cms disableEventedIndexing = "true"/>
Hope this helps someone in future.
Thanks.
Hi we are having EPiServer Find in our project and we are able to control the Indexing by using the following code:
Is there any way that we can avoid Indexing the Page when published ?
We want to Index the Data only when triggered the Entire site re Index only.
Thanks.