Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
All indexers uses the SearchClient.Instance when indexing so if you want to add conventions just use:
SearchClient.Instance.Conventions.ForInstancesOf<YourPage>().IncludeField(x => x.ExtensionMethod());
Regards,
Henrik
Got a property on some pagetypes that is a list of ids for keywords. When Indexing I would like to convert this to a list of string so that I'm able to use the keywords in the search.
The dotnet client has a way of adding a delegate for a fieldvalue. (http://find.episerver.com/Documentation/dotnet-api-including-fields)
But is there something simular for the PageIndexer? I would like the automatic indexing of updated pages to use this.