Skip to content

Instantly share code, notes, and snippets.

@RyanABailey
Created October 30, 2014 03:43
Show Gist options
  • Select an option

  • Save RyanABailey/1ed3a270c3e7ff678414 to your computer and use it in GitHub Desktop.

Select an option

Save RyanABailey/1ed3a270c3e7ff678414 to your computer and use it in GitHub Desktop.
SearchResultItem
public class MyResultItem : SearchResultItem
{
[IndexField("Heading")]
public string PageHeading { get; set; }
[IndexField("Content")]
public string PageContent { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment