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.4 **Elasticsearch version**: 8.3.3 **.NET runtime version**: .net 6.0 **Operating system version**: Win 11 Indexing a dense vector field via NEST leads to bad results in querying. My...

7.x

**NEST/Elasticsearch.Net version**: 7.6.1 **Elasticsearch version**: 7.17 **.NET runtime version**: net6.0 **Operating system version**: Windows 10 **Description of the problem including expected versus actual behavior**: A clear and concise description of...

7.x

A very minor feature enhancement. ElasticSearch supports an inline script property on the VariableWidthHistogram. This PR makes this supported by the high level NEST client. This is already supported by...

BulkAll has an option to continue after dropped documents: https://github.com/elastic/elasticsearch-net/blob/b7dd9cf58c67cccc6d7f679b5883a155e112f5e2/src/Elastic.Clients.Elasticsearch/Helpers/IBulkAllRequest.cs#L17 HandleDroppedDocuments takes this setting into account and only throws an exception if we are not continueing after seeing dropped documents...

bug
8.x
v7.17.5

**Is your feature request related to a problem? Please describe.** Currently, I see in the csproj files `netstandard2.0;net461;netstandard2.1;netcoreapp3.1;net5.0;net6.0` **Describe the solution you'd like** Remove `netcoreapp3.1` and `net5.0` and add `net8.0`....

Feature
8.x

**Elastic.Clients.Elasticsearch version**: 8.12.0 **Elasticsearch version**: 8.12.1 **.NET runtime version**: .NET 8 **Operating system version**: Windows 11 **Description of the problem including expected versus actual behavior**: The [Range types](https://github.com/elastic/elasticsearch-net/blob/main/src/Elastic.Clients.Elasticsearch.Shared/Types/Ranges.cs) are using...

bug
8.x

**NEST/Elasticsearch.Net version**: NEST: 7.17.5 **Elasticsearch version**: 8.12.2 **.NET runtime version**: 8.0.2 **Operating system version**: n/a, happens both local and on all of our cloud deployments **Description of the problem including...

7.x

**NEST/Elasticsearch.Net version**: 7.9 **Elasticsearch version**: 7.16.3 **.NET runtime version**: net6, net48 **Operating system version**: Windows 10.0.17763 **Description of the problem including expected versus actual behavior**: It is a very strange...

7.x

**Elastic.Clients.Elasticsearch version**: 8.6.2 **Elasticsearch version**: 8.1.1 **.NET runtime version**: 6.0 **Operating system version**: Windows 11 **Description of the problem including expected versus actual behavior**: CompositeAggregationSource is not serialized correctly. The...

bug
8.x

**Elastic.Clients.Elasticsearch version**: 8.11 (latest) **Elasticsearch version**: 8.11.3 (latest) **.NET runtime version**: 6 **Operating system version**: Windows 11 **Description of the problem including expected versus actual behavior**: Percolated queries in Elastic...

8.x
Category: Bug