Steve Gordon

Results 107 comments of Steve Gordon

Thanks for your contribution, @salihklc. I will close this PR as we're reworking the 8.0 documentation significantly.

Hi, @michael-budnik. There are no plans to reintroduce the removed interfaces in the v8 design. Ultimately I don't believe these interfaces serve a purpose and they generally get misused for...

> Isn't testability one of the expected elements of a library? A library should be tested by its authors. For consuming code, yes, it should be possible to test, but...

I can't provide a solution, but I looked at this as I work at Elastic. I attempted to repro based on your code (note your repro doesn't show how you...

Thanks for providing that error, @Chicoo. This exception is coming from the gRPC library and certainly looks like an issue connecting, possibly due to certificate validation. Elasticsearch 8 [enables many...

@meriturva No, this didn't make the cut for the initial release. I don't have an ETA for us re-introducing it yet.

@svenhartmann The various query types have implicit conversion operators to `Query`, a container type. This [test](https://github.com/elastic/elasticsearch-net/blob/main/tests/Tests/QueryDsl/Compound/BoolQueryUsageTests.cs) includes a basic example of building bool queries with either the object initializer or...

I don't have an ETA I can share for when this feature will be reintroduced.

@svenhartmann No, you won't be able to the `IEnumerable.Cast` approach. Due to how that's implemented, it won't work with user-defined operators. Can you not type your original List to `List`?...

I've broken this issue into two units of work which we will address separately. I'll close out this issue as we'll track progress in the new issues.