We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9357f commit 8c6b797Copy full SHA for 8c6b797
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