I am trying to index documents (read Pdf for ex) into elasticsearch.My objective is to search documents based on matching content string.以下是我能想到的选择:
或者,我应该使该字段为二进制,并在那里
Type: date_time_parse_exception Reason: Text '2020-12-30T23:00:00Z' could not be parsed at index 19 在我的计算机上工作在映射中,我定义了格式: .Date(s => s.Name(n => n.AsDate).Format("yyyy-MM-dd'T'HH:mm:ssZ")) 知道是什么原因造成的吗?