Skip to content

Commit 8c6b797

Browse files
Added detail
1 parent fc9357f commit 8c6b797

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Nest/Domain/Hit/ExplanationDetail.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ public class ExplanationDetail
1313
public float Value { get; internal set; }
1414
[JsonProperty(PropertyName = "description")]
1515
public string Description { get; internal set; }
16+
[JsonProperty(PropertyName = "details")]
17+
public IEnumerable<ExplanationDetail> Details { get; set; }
1618
}
1719
}

0 commit comments

Comments
 (0)