Created
October 30, 2014 03:43
-
-
Save RyanABailey/1ed3a270c3e7ff678414 to your computer and use it in GitHub Desktop.
SearchResultItem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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