Bulk write on ElasticSearch 2.0 NEST 2.0 throws a stackoverflow exception
问题 I was using bulk insertion on my ElasticSearch 1.0 and NEST 1.0. Now I moved to ElasticSearch 2.0 and NEST 2.0 and the bulk insertion throws a stackoverflow (!) exception. My gut feeling is that an infinite recursion is taking place and it consumes the entire stack. this is my POCO [ElasticsearchType(Name = "MyDoc")] public class MyDoc: DynamicResponse { [String(Store = false, Index = FieldIndexOption.NotAnalyzed)] public string HistoryId { get; set; } [String(Store = false, Index =