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.
NEST - High level client
editNEST - 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