Repository for both Elasticsearch.Net and NEST, the two official elasticsearch .NET clients.
- low-level client that provides a one-to-one mapping with the Elasticsearch REST API.
- No dependencies
- Almost completely generated from the official REST API spec which makes it easy to keep up to date
- Comes with an integration test suite that can be generated from the YAML test definitions that the Elasticsearch core team uses to test their REST API
- Has no opinions on how you create or consume requests and responses
- Load balancing and cluster failover support *All calls have async variants
Home page for both Elasticsearch.Net and NEST, the two official elasticsearch .NET clients, can be found here.
Source code repository is here.