NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Elasticsearch.Net - Low level client
editElasticsearch.Net - Low level client
editThe low level client, ElasticLowLevelClient
, is a low level, dependency free client that has no
opinions about how you build and represent your requests and responses.
It can be installed from the Package Manager Console inside Visual Studio using
Install-Package Elasticsearch.Net
Or by searching for Elasticsearch.Net in the Package Manager GUI.