How to specify index option with attribute mapping for fields type Number?
For example, I have this attribute for field by using elastic 1.7:
[ElasticProperty(Name = "totalPaymentAmount", Type = FieldType.Double, Index = FieldIndexOption.NotAnalyzed)]
public decimal TotalPaymentAmount { get; set; }
What attribute parameters will be for a new version of elastic?