elasticsearch-net icon indicating copy to clipboard operation
elasticsearch-net copied to clipboard

This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.

Results 165 elasticsearch-net issues
Sort by recently updated
recently updated
newest added

**NEST/Elasticsearch.Net version**: 7.17.2 **Elasticsearch version**: 8.x **.NET runtime version**: .NET 6.0 **Operating system version**: Windows 10 As original raised in the [Discuss forum](https://discuss.elastic.co/t/exception-in-ingest-using-nest-attachment-after-upgrade-to-8-2-2/306800), there appears to be a deserialisation exception...

7.x
Category: Bug

**Is your feature request related to a problem? Please describe.** I need a solution to write a nest query which should have the following result: ``` "bool": { "must": [...

Feature

**NEST/Elasticsearch.Net version**: 7.17.0 **Elasticsearch version**: 7.17.3 **.NET runtime version**:7.17.0 **Operating system version**: mac monterey **Description of the problem including expected versus actual behavior**: A clear and concise description of what...

## Overview This PR adds an `Example` section to the .NET documentation that contains code snippets showing how to execute CRUD operations.

Docs
v8.0.0
8.x

**NEST/Elasticsearch.Net version**: 7.10.0 **Elasticsearch version**: 7.10.0 **.NET runtime version**: .net 6.0 **Operating system version**: Windows 10.0.19044 Build 19044 **Description of the problem including expected versus actual behavior**: BulkAll won't retry...

7.x
Category: Bug

adding more detail to example code

**Elasticsearch version**: ElasticSearch cluster version is 7.6.2 **.NET runtime version**: Tried and were able to replicate with 7.10.1, 7.11 and 7.14.1 **Operating system version**: MacOS 11.5.2 and Debian Linux 10...

7.x
under-investigation

**NEST/Elasticsearch.Net version**: 7.15.0 **Elasticsearch version**: 7.15.1 **.NET runtime version**: net5.0 **Operating system version**: Windows 10 **Description of the problem including expected versus actual behavior**: In my application sometimes no result...

7.x
under-investigation

It would be great to see support for `IAsyncEnumerable`, because, when pulling data from the database asynchronously, it requires to load data completely into memory in order to use synchronous...

8.x
Area: Helpers
Category: Feature

In our code, we heavily rely on `ElasticClientException` being thrown for requests made to missing documents/indices. While upgrading to 7.x we figured out that we need substantial changes to be...

8.x
Category: Feature