ElasticSearch - Add element inside nested List<T> using NEST 5.x
问题 I have a list inside my ElasticSearch index. How can i add a new element to the list using NEST 2? I have already searched an answer to my problem, but all that i found are answer for the version 1.x, and it doesn't work for me. MODEL: public class TicketModel { public Guid Id { get; set; } public Guid IdUser { get; set; } public Guid IdAuthor { get; set; } public Guid? IdAssignedUser { get; set; } public Guid? IdAsset { get; set; } public Guid? IdOwner { get; set; } public DateTime