Skip to content

Instantly share code, notes, and snippets.

@gopigujjula
Created October 29, 2018 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gopigujjula/ef263d68015a121a351c7a04799e7a24 to your computer and use it in GitHub Desktop.
Save gopigujjula/ef263d68015a121a351c7a04799e7a24 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace SC9SolrDemo.Models
{
public class HighlightResult
{
public string Name { get; set; }
public string Value { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment