AI OnAI Off
ContentIndexer.Instance.Conventions.ForInstancesOf().ShouldIndex(_ => true);
This is working for me.
That would just add all ArticlePages no?
What I'm looking for is to ExclueFields from the type like you can do on the SearchClient.
searchInstance.Conventions.ForInstancesOf
Would be nice if the ExcludeFiled() function that is on the SearchClient.Instance.Conventions also existed on the ContentIndexer