Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

EPiServer CMS Indexing Job: How to stop Indexing the page when published

Vote:
 

Hi we are having EPiServer Find in our project and we are able to control the Indexing by using the following code:

PageIndexer.Instance.Conventions.ForInstancesOf<PageData>().ShouldIndex(x => x.Category.IsIndexableCategoryList());

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.

#74869
Sep 11, 2013 8:06
Vote:
 

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.

#74976
Sep 13, 2013 8:29
Vote:
 

Not completely sure about influence of this setting but to me it sounds that you totally disabled event driven indexes - which means that delete events are also not handled, VPP files are not indexed based on events (if enabled at all), etc.

#75018
Sep 15, 2013 22:31
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.