Skip to content

Instantly share code, notes, and snippets.

@blacktambourine
Created August 18, 2017 07:36
Show Gist options
  • Save blacktambourine/958b3c96a82b43b0e73c7a6d49251aa8 to your computer and use it in GitHub Desktop.
Save blacktambourine/958b3c96a82b43b0e73c7a6d49251aa8 to your computer and use it in GitHub Desktop.
Search Result Mapping class
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