NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
NEST - High level client
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
NEST - High level client
editThe 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
As well as a number of types for working with
And features such as