Skip to content

Commit 8de7b63

Browse files
committed
Merge pull request #479 from andreabalducci/explaindetails
Added detail
2 parents 865abbd + 8c6b797 commit 8de7b63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Nest/Domain/Hit/ExplanationDetail.cs

+2
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)