Created
August 18, 2017 07:36
-
-
Save blacktambourine/958b3c96a82b43b0e73c7a6d49251aa8 to your computer and use it in GitHub Desktop.
Search Result Mapping class
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 ResultItem | |
{ | |
[IndexField("_name")] | |
public string Name { get; set; } | |
[IndexField("title_t")] | |
public string Title { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment