Try our conversational search powered by Generative AI!

Loading...
Area: Optimizely Search & Navigation

Recommended reading 

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

Last updated: Sep 21, 2015

Recommended reading