Try our conversational search powered by Generative AI!

Controlling the indexing of connector-crawled "WebContent " documents

Vote:
 

How can we use contentIndexer to understand EPiServer.Find.Framework.WebContent? We would like to exclude a property of these WebContent documents. These are of type:

EPiServer.Find.Framework.WebContent

For example, this works for our type "ErrorPage":

            ContentIndexer.Instance.Conventions.ForInstancesOf().ShouldIndex(x => false);

Also we can exclude just a property from this pageType.

But is it possible to have ContentIndexer resolve type EPiServer.Find.Framework.WebContent ?

#193682
Jun 03, 2018 1:54
* 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.