Skip to content

Commit 64d9a7e

Browse files
davemcdermidMpdreamz
authored andcommitted
Added min to NestedScoreMode (#2414)
1 parent d80101e commit 64d9a7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Nest/QueryDsl/Joining/Nested/NestedScoreMode.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public enum NestedScoreMode
1111
Average,
1212
[EnumMember(Value = "total")]
1313
Total,
14+
[EnumMember(Value = "min")]
15+
Min,
1416
[EnumMember(Value = "max")]
1517
Max,
1618
[EnumMember(Value = "none")]

0 commit comments

Comments
 (0)