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

This is broken out from #6556. Add support for combining queries created using the fluent syntax into bool queries using the &&, ||, ! and + operators. For example: ```c#...

8.x
Category: Feature

**Elastic.Clients.Elasticsearch version**: 8.10.0 **Elasticsearch version**: 8.2.2 **.NET runtime version**: net6.0, net7.0 **Operating system version**: Windows 10 **Description of the problem including expected versus actual behavior**: Consider the following code sample:...

8.x
Area: Specification
Category: Bug

**Elastic.Clients.Elasticsearch version**: 8.9.1 **Elasticsearch version**: 8.9.0 **.NET runtime version**: 7.0.9 **Operating system version**: Windows 11 **Description of the problem including expected versus actual behavior**: Describing a completion property with some...

8.x
Area: Generator
Category: Bug

**Elastic.Clients.Elasticsearch version**: 8.11.0 **Elasticsearch version**: 8.11.0 **.NET runtime version**: net7.0, net6.0 **Operating system version**: Windows 10 **Description of the problem including expected versus actual behavior**: Run a plain request to...

8.x
specification

**Is your feature request related to a problem? Please describe.** There is ony single overload of `FiltersAggregationDescriptor.Filter` method which accepts `Buckets`: ```csharp public FiltersAggregationDescriptor Filters(Elastic.Clients.Elasticsearch.Aggregations.Buckets? filters) ``` This means that...

8.x
Area: Generator
Category: Feature

**Is your feature request related to a problem? Please describe.** When trying to migrate our Nest code to the new client I ran into a problem migrating a Multimatch query....

8.x
Usability
Category: Feature

**Is your feature request related to a problem? Please describe.** ElasticSearch 8 took away support for "Nullable" fields for Term Query **Describe the solution you'd like** Allow passing nullable values,...

8.x
Category: Feature

Im trying to run a knn query in version 8.9 of dotnet client by passing the following json string into elastic client serializer as below : json query string ```...

8.x

**Elastic.Clients.Elasticsearch version**: 8.11.0 **Elasticsearch version**: - **.NET runtime version**: 8.0.100 **Operating system version**: - **Description of the problem including expected versus actual behavior**: Unlike `SerializeAsync`, `Serialize` creates a new `Utf8JsonWriter`,...

bug
8.x