London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Navigation [hide] [expand]
Area: Optimizely Search & Navigation

Note: There is no later version of this topic.

The Connectors feature lets you include external content with your site's search results. To index external content, create a connector in the EPiServer Find administrative interface. Two types of connectors are supported: Crawler and RSS/Atom. Content indexed with connectors has EPiServer.Find.Framework.WebContent:

C#
public class WebContent
{
    public String SearchTitle;
    public String SearchHitUrl;
    public String SearchText;
    public String SearchSummary;
    public Dictionary<string, IndexValue> SearchMetaData { get; set; }
}

Last updated: Sep 21, 2015