Connecting to Elasticsearch with C#

For Legacy Support Purposes Only

 

  1. Install NEST package

Go to a package manager on visual studio and install NEST

Or you can use the library with NuGet like so:

  2. Connecting to cluster
  3. Indexing
  4. Getting a document

Full sample code