elasticsearch-net
elasticsearch-net copied to clipboard
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
**Elastic.Clients.Elasticsearch version**: 8.14.6 **Elasticsearch version**: 8 **.NET runtime version**: 8 **Operating system version**: Win11 **Description of the problem including expected versus actual behavior**: Response type `GetRepositoryResponse` does not expose any...
**Elastic.Clients.Elasticsearch version**: 8.14.4 **Elasticsearch version**: 8.8.2 **.NET runtime version**: .NET Framework 4.8.9241.0 **Operating system version**: Win 11 **Description of the problem including expected versus actual behavior**: When I try to...
Once again there are breaking changes in a patch version. Before the latest version, we had the following class: ``` internal class ExtendedSystemTextJsonSerializer : SystemTextJsonSerializer { public ExtendedSystemTextJsonSerializer(IElasticsearchClientSettings elasticsearchClientSettings) :...
```[tasklist] # Priority: High - [ ] #8350 - [ ] #8215 - [ ] #8002 - [ ] #7792 ``` ```[tasklist] # Priority: Medium - [ ] #8355 -...
**Elastic.Clients.Elasticsearch version**: 8.15.8 (or 8.15.1) **Elasticsearch version**: 8.15.1 **.NET runtime version**: 8.0.10 **Operating system version**: Windows 10.0.19045 **Description of the problem including expected versus actual behavior**: Calling ```csharp var response...
**Is your feature request related to a problem? Please describe.** I cannot complete my migration from `NEST` to `Elastic.Clients.Elasticsearch` because the [Cluster update settings API](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-update-settings.html) is missing from the new...
**Is your feature request related to a problem? Please describe.** When creating an ingest pipeline in code, some processors support using the `TDocument` when configuring the `Field` to act on....
**Elastic.Clients.Elasticsearch version**: 8.15.6 **Elasticsearch version**: 8.15.1 **.NET runtime version**: 8.x **Operating system version**: Any **Description of the problem including expected versus actual behavior**: The new generated api has some pain...
**Elastic.Clients.Elasticsearch version**: 8.15.6 **Elasticsearch version**: 8.15.1 **.NET runtime version**: 8.x **Operating system version**: Any **Description of the problem including expected versus actual behavior**: In the past we built up queries...
**Is your feature request related to a problem? Please describe.** Unless I'm missing something, it appears to not be possible to perform a multisearch/multiget with different types from different indices...