NEST Client.SearchAsync<T>() automatically deserializes an object with a Null value

When I'm in the Nest Client, I use Client.SearchAsync<Entity >() , Some fields in the result are Null, Entity is the Index structure that I inserted. When I use Client.SearchAsync<object>(), I don't want to use Object, which means I have to do one more serialization. Would you please tell me why

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.