We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 865abbd + 8c6b797 commit 8de7b63Copy full SHA for 8de7b63
src/Nest/Domain/Hit/ExplanationDetail.cs
@@ -13,5 +13,7 @@ public class ExplanationDetail
13
public float Value { get; internal set; }
14
[JsonProperty(PropertyName = "description")]
15
public string Description { get; internal set; }
16
+ [JsonProperty(PropertyName = "details")]
17
+ public IEnumerable<ExplanationDetail> Details { get; set; }
18
}
19
0 commit comments