Try our conversational search powered by Generative AI!

Loading...
Area: Optimizely Search & Navigation
ARCHIVED This content is retired and no longer maintained. See the latest version here.

Recommended reading 

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; }
}
Do you find this information helpful? Please log in to provide feedback.

Last updated: Jun 10, 2014

Recommended reading