【发布时间】:2017-04-08 09:11:10
【问题描述】:
我正在为 elasticsearch nest 5.3 版试用新的 .netapi,但我无法将属性类型声明为
[ElasticProperty(Name = "sys_updated_on", Store = true, Index = FieldIndexOption.NotAnalyzed, Type = FieldType.Date)
public DateTimeOffset sys_updated_on { get; set; }
如何在新的 Nest 版本 5.3 中声明这一点。请帮忙!
【问题讨论】:
标签: .net elasticsearch nest