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

**Is your feature request related to a problem? Please describe.** I work at a company that makes heavy use of the dotnet clients in our lambdas. Currently we are blocked...

enhancement

(Spawn off of meta Issue: https://github.com/opensearch-project/opensearch-clients/issues/56) To help drive adoption of OpenSearch, and improve user's experience, we're working on adding more documentation for all clients. One of the strategies mentioned...

documentation
CCI

### Is your feature request related to a problem? Non-virtual/non-interface implementations of `OpenSearch.Client.Specification.ClusterApi.ClusterNamespace` makes mocking cluster health checks impossible. ### What solution would you like? Make methods virtual, or implement...

enhancement

### Is your feature request related to a problem? C# Nugets OpenSearch.Client v1.5.0 OpenSearch.net v1.5.0 We’ve upgraded from NEST/ElasticSearch.net to the OpenSearch equivalents, and I can’t seem to find any...

enhancement
good first issue

### What is the bug? I am modifying https://github.com/dblock/opensearch-dotnet-client-demo to support serverless. Using the wrong service name produces a 403, but the following code does not raise an exception on...

documentation
good first issue

### Is your feature request related to a problem? It's not possible to get access to the response time from `IApiCallDetails`, for logging purposes. ### What solution would you like?...

enhancement
good first issue

### What is the bug? While trying to create Elasticsearch repository with client that HTTP compression enabled, the HTTP requests fails with 401 response, saying that the authentication failed. ###...

bug

### Is your feature request related to a problem? Applying the `.Strict(true)` to each sub-query is a lot of work and you can always miss something. ### What solution would...

enhancement
good first issue

### Is your feature request related to a problem? No problems. ### What solution would you like? Currently, the OpenSearch C# client offers an effective way to interact with OpenSearch...

enhancement

### What is the bug? I'm trying to output an AggregateDictionary to the end-user browser as JSON. When I do this, all of the properties of the object seem to...

bug
good first issue