November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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.