Client Concepts - NEST edit
The high level client, ElasticClient, provides a strongly typed query DSL that maps one-to-one with the Elasticsearch query DSL.
It can be installed from the Package Manager Console inside Visual Studio using
Install-Package NEST
Or by searching for NEST in the Package Manager GUI.
NEST internally uses and still exposes the low level client, ElasticLowLevelClient, from Elasticsearch.Net via
the .LowLevel property on ElasticClient.
There are a number of conventions that NEST uses for inference of
In addition to features such as