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

Our unit and integration tests currently run against .NET 6 target framework and in CI, run on Linux runners. Occasionally there may be Windows or .NET FX bugs that we...

8.x
Area: Tests

**Elastic.Clients.Elasticsearch version**: 8.1.1 **Elasticsearch version**: 8.7.0 **.NET runtime version**: .Net 7 **Operating system version**: Windows 10 **Description of the problem including expected versus actual behavior**: When deserializing a wild card...

8.x
Area: Generator
Category: Enhancement

**Elastic.Clients.Elasticsearch version**: 8.1.1 **Elasticsearch version**: 8.7.1 (Cloud) **.NET runtime version**: 7.0 **Operating system version**: Windows 11 Business **Description of the problem including expected versus actual behavior**: I'm trying to work...

8.x

The idea of any singleton to be immutable if it serves an idea of a constant value, but unfortunately, it doesn't apply to `Metric` exposing values as a `HashSet`: https://github.com/elastic/elasticsearch-net/blob/9e58d38688dfb1f15ba6868379c769adf488225b/src/Elastic.Clients.Elasticsearch/Core/Infer/Metric/Metrics.cs#L22...

8.x
Category: Bug

I have noticed the new ESClient is a bit hard to unit test. I understand that not all features are in the new 8.x.x versions but it's seeming very difficult...

Category: Feature

**NEST/Elasticsearch.Net version**: v7.17.5 **Elasticsearch version**: v7.9.* **.NET runtime version**: .NET7 **Operating system version**: - **Description of the problem including expected versus actual behavior**: Seems that in v7.9 of Elasticsearch there...

7.x
Category: Bug

The `IdResolver` and `RoutingResolver` types cache lookup functions but, in doing so, cause closure classes to be allocated per document whenever we infer the Id or Route for an object...

Performance
8.x
Category: Enhancement

We should demonstrate the process of performing search queries with a few worked examples. We should include examples of applying sorting to results.

8.x
Area: Documentation

These are currently skipped in code-generation and should be enabled and verified.

8.x
Category: Feature