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
ARCHIVED This content is retired and no longer maintained. See the latest version here.

Introduction

With Connectors feature external content can be shown to users in search results on your site.

Indexing External content

In order to index external content a connector should be created in EPiServer Find UI. Two types of connectors 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: Jun 10, 2014