Russ Cam

Results 35 issues of Russ Cam

Each API models the API url parts as an enum, and where an API has more than one enum variant, the API function on the root/namespace client takes the enum...

enhancement
discuss

Similar to #62, The [scroll API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-scroll) can be used to retrieve a large number of documents from Elasticsearch by issuing a search request with the `scroll` parameter, and using the...

enhancement

All Elasticsearch clients are intended to retry API calls whose response is a 502, 503 or 504 HTTP status code when there is another node that the client knows about...

enhancement

The [ecs-logging spec defines a `service.name` property](https://github.com/elastic/ecs-logging/blob/503eb74bbb575712375c4c705cae9cf004beac21/spec/spec.json#L66-L74) that can be populated with the APM agent service name. ECS .NET APM integrations should populate this value. ### Possible Implementation The APM...

enhancement

relates: https://github.com/dotnet/runtime/pull/37092 Activity ids and context are added to log scopes in newer versions of Microsoft.Extensions.Logging. Investigate using values added to scopes to populate trace related fields in Elasticsearch.Extensions.Logging.

enhancement

Core minimum for release 1.9.0 * Autogenerate from the schema definition. * Fix up any compatibility issues with clients/usage, e.g. different loggers. Depending on the extent of changes, for anything...

enhancement

Core minimum for release 1.8.0 * Autogenerate from the schema definition. * Fix up any compatibility issues with clients/usage, e.g. different loggers. Depending on the extent of changes, for anything...

enhancement

This PR downloads specs and tests from GitHub when they're not available on the Artifacts API. The Artifacts API only keeps a certain number of recent versions available, making it...

This commit adds documentation for the msearch API. Based on feedback from StackOverflow: https://stackoverflow.com/a/73432234/1831

### Problem [Qdrant](https://qdrant.tech/) is a vector search engine/database that is becoming popular for search and recommendations use cases. Qdrant provides docker images but there isn't currently an official .NET test...

enhancement
module