Not analyzed number field

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.