Skip to content

Commit

Permalink
Add keep_values gap policy (#5802) (#5806)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Gordon <[email protected]>
  • Loading branch information
github-actions[bot] and stevejgordon authored Jul 6, 2021
1 parent a0b8c3f commit 8bc874c
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 8bc874c

Please sign in to comment.