We always create elastic search query in sense and then create corresponding version of it in NEST.
What is benefit of using NEST client and not directly putting JSON e
Here's a non-exhaustive list of reasons why you might choose to use NEST, the high level client for Elasticsearch:
BulkAll
, ScrollAll
, Reindex
IConnection
, IRequestPipeline
, IElasticsearchSerializer
, etc.