hangyejiadao
hangyejiadao
```c# using Magicodes.ExporterAndImporter.Core; using Magicodes.ExporterAndImporter.Excel; namespace ConsoleApp1 { internal class Program { static async Task Main(string[] args) { var _data = new List() { new Demo(){ Id=1,Name="asddfasdfasdfasdfasdfasdfasdff"}, new Demo(){ Id=2,Name="asdfasdfasdfasdfasdfasdfasdfasdfasfasdfasdfasdfasdfasdfas"},...
运行时报错
System.Net.WebException: {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"analyzer [ik_max_word] not found for field [Title]"}],"type":"mapper_parsing_exception","reason":"analyzer [ik_max_word] not found for field [Title]"},"status":400} ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at BeetleX.Elasticsearch.Core.Request.OnPut(String data)...