Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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

Introduction

This section describes the .NET client API of EPiServer Find. The .NET client API allow you to index and search for your actual domain objects with great flexibility. It is built on the premise of "convention over configuration", meaning that it "just works" out-of-the-box using a set of default conventions. These conventions can then be customized (using code) to suite your needs.

Sample project

In excess of the documentation found here we have also put together a sample project that illustrates some of the basic concepts of using the API. It's available online at http://find.demo.episerver.com and the source code is available for download from GitHub. The project is pre-configured to use a read-only index with some sample data in it so after downloading it just open it up in Visual Studio (2010) and hit F5 to run it.

Last updated: Apr 03, 2014