Connect to OpenSearch with C#

  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. Connect to Cluster
  3. Indexing
  4. Getting a document

Full sample code