NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Elasticsearch.Net - Low level client
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Elasticsearch.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.