Matthias Mertens
Matthias Mertens
This issues seems like it's missing a lot of the needed informations to reproduce and troubleshoot your problem. I'm not sure anyone can help you right now. No call stacks,...
Indeed I'm in a much deeper context (sub-property in a full index mapping)
Hello, this is blocking for us too. Any plan to advance on that?
For now I've just written those 2 extensions methods ```csharp public static class SourceIncludesExtensions { public static SearchRequestDescriptor SourceIncludes(this SearchRequestDescriptor searchRequestDescriptor, params Expression[] sourceSelectors) where TDocument : class, new() {...
> Just want to mention the "official" way of achieving this: > > ```cs > var sd = new SearchRequestDescriptor(); > sd.SourceIncludes(new Expression[] { > x => x.Id, > x...
> > Just want to mention the "official" way of achieving this: > > ```cs > > var sd = new SearchRequestDescriptor(); > > sd.SourceIncludes(new Expression[] { > > x...
> I agree with @jade-lucas comment, I'm having problems grasping the new way of "talking to Elasticsearch" compared to how this worked in Nest. Maybe I've missed some kind of...
I think the good fix is just to remove that property at the root, it's a little bit like the settings issue that I found with the slow settings: https://github.com/elastic/elasticsearch-net/issues/7865
Hello @Evangelink , do you know where the doc went? The link seems to be dead. This one : https://learn.microsoft.com/en-us/docs/core/testing/unit-testing-platform-integration-dotnet-test#dotnet-test---mstest-runner-mode
Thanks, while I have you, I'm trying to run a test project by running directly the EXE generated but I'm facing this error: `Assembly Initialization method Evs.Phoenix.Starasset.Api.Remote.ComponentTest.TestSettings.AssemblyInitializeAsync threw exception. System.Reflection.ReflectionTypeLoadException:...