I use following Elastic properties in elastic search 1.0
[ElasticProperty(Name = "description", Index = FieldIndexOption.Analyzed, Type = FieldType.String, Analyzer = "custom_lowercase_analyzer", SearchAnalyzer = "search_analyser")]
public string description { get; set; }
How can we use these properties in elasticsearch 2.0