Introduction
This section describes the .NET client API of EPiServer Find. The .NET client API lets you index and search for 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. You can customize these conventions (using code) to suit your needs.
Sample project
In addition to this documentation, a sample project that illustrates the basic concepts of using the API is available online at http://find.demo.episerver.com. The project's source code is available for download from GitHub. The project is pre-configured to use a read-only index that includes sample data. After downloading, just open up the project in Visual Studio (2010) and hit F5 to run it.