WARNING: Version 5.x has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. 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.