opensearch-net
opensearch-net copied to clipboard
OpenSearch .NET Client
**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...
(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...
### 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...
### 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...
### 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...
### 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?...
### 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. ###...
### 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...
### 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...
### 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...