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

OpenSearch .NET Client

Results 64 opensearch-net issues
Sort by recently updated
recently updated
newest added

## What/Why ### What are you proposing? OpenSearch supports Hybrid Query since 2.10 however, using OpenSearch.NET client query DSL we cannot create Hybrid Query today. [OpenSearch hybrid query](https://opensearch.org/docs/latest/query-dsl/compound/hybrid/)

### What is the bug? The `GithubIssue4582.DeserializeBucketKeyWithHash` test is flaky and occasionally fails with a NullReferenceException. This needs investigating and fixing. ![image](https://github.com/opensearch-project/opensearch-net/assets/6514954/d76c897d-d2f0-41d4-ae57-47d2764b4b7b)

bug
flaky-test

### What is the bug? The `GitHubIssue4573.SerializePercentageScore` test is flaky and occasionally fails with a NullReferenceException. This needs investigating and fixing. ``` 2023-11-13T10:32:06.2557024Z [xUnit.net 00:00:00.91] Tests.Reproduce.GitHubIssue4573.SerializePercentageScore [FAIL] 2023-11-13T10:32:06.4981087Z Failed Tests.Reproduce.GitHubIssue4573.SerializePercentageScore...

bug
flaky-test

### Is your feature request related to a problem? Not a problem with existing OpenSearchClient ### What solution would you like? With OpenSearch 2.9, we have the ability to search...

enhancement
good first issue

Any roadmap defined to support search pipeline?

enhancement

I wanted to use aws personalize plugin to re-rank search results. In AWS [documentation](https://docs.aws.amazon.com/personalize/latest/dg/opensearch-personalizing-results.html) we see that we can achieve this through **ext** section in the request, But I couldn't...

enhancement
good first issue
aws

### Is your feature request related to a problem? We currently use a copied and internalized version of [Utf8Json](https://github.com/neuecc/Utf8Json), which the upstream is no longer maintained. This not only may...

enhancement

### Is your feature request related to a problem? While trying to translate some SQL relational queries into OpenSearch queries using nested documents and the `OpenSearch.Client`, I got into MANY...

enhancement

The following issue was reported in the [forum](https://forum.opensearch.org/t/opensearch-client-response-is-very-slow/14835): OpenSearch Client SearchAsync method is returning the results to the Class Model (Models.MOTPOpenSearchItem) in 17 second while the AWS opensearch URL hits...

bug
good first issue
performance

### What is the bug? With IOS nuget OpenSearch.CLient 1.5.0 the "new ConnectionSettings(uri)" method crash with MethodAccessException error. ### How can one reproduce the bug? Try ConnectionSettings with (Uri uri...

bug