Created
May 14, 2015 02:24
-
-
Save sandcastle/c79fc158bb5e889ccca9 to your computer and use it in GitHub Desktop.
The basics for debugging a NEST.Net search query.
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
| static Main(){ | |
| var client = {INSERT_HERE}; | |
| var search = {INSERT_HERE}; | |
| var json = Encoding.UTF8.GetString(client.Serializer.Serialize(search)); | |
| Console.WriteLine(json); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment