Florian Bernd

Results 282 comments of Florian Bernd

The `Relations` field is available again in 8.13.x.

Hi @TheFireCookie! The progress can be tracked in issue that was mentioned by Steve: https://github.com/elastic/elasticsearch-specification/issues/2049 As you can see, there is some stuff going on, but unfortunately not all prerequisites...

There is still a small part missing. The "unset" aka semantic null functionality is not implemented yet. I plan to ship this feature soon, but most of the Index Settings...

Just want to mention the "official" way of achieving this: ```csharp var sd = new SearchRequestDescriptor(); sd.SourceIncludes(new Expression[] { x => x.Id, x => x.name }); ``` However, I agree...

Feel free to drop me specific questions as well. Improving the documentation is high up on my todo list and I'm already collecting all kinds of useful code snippets that...

DistanceFeatureQuery is available in 8.14.4.

Hi @ModernBlacksmith , could you please provide the JSON response by disabling direct streaming? ```c# var settings = new ElasticsearchClientSettings("redacted,new BasicAuthentication("elastic", "redacted")); settings.DisableDirectStreaming(true); var client = new ElasticsearchClient(settings); var response...

@ModernBlacksmith I need your help in order to reproduce this issue. Would it be possible for you to use Fiddler to intercept the JSON payload returned by the ES server...

@ModernBlacksmith Thank you! I'll try to reproduce the problem with your data.