Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

Controlling the indexing of connector-crawled "WebContent " documents

$
0
0

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<QDX.Models.Pages.ErrorPage>().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 ?


Viewing all articles
Browse latest Browse all 6894

Trending Articles