We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f181ca7 commit 5531904Copy full SHA for 5531904
src/Elastic.Clients.Elasticsearch/Core/Infer/Field/Field.cs
@@ -73,7 +73,6 @@ public Field(PropertyInfo property, double? boost = null, string format = null)
73
/// </remarks>
74
public string? Format { get; set; }
75
76
- [JsonIgnore]
77
internal bool CachableExpression { get; }
78
79
/// <summary>
0 commit comments