Skip to content

Commit

Permalink
Add keep_values gap policy (#5802)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon authored and github-actions[bot] committed Jul 6, 2021
1 parent a9d6835 commit 19dff5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Nest/Aggregations/Pipeline/GapPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ public enum GapPolicy
Skip,

[EnumMember(Value = "insert_zeros")]
InsertZeros
InsertZeros,

[EnumMember(Value = "keep_values")]
KeepValues
}
}

0 comments on commit 19dff5c

Please sign in to comment.