Skip to content

Commit 779b005

Browse files
committed
DateHistogramAggregation: leave date format empty by default
Closes #955
1 parent adc865f commit 779b005

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Nest/DSL/Aggregations/DateHistogramAggregationDescriptor.cs

-5
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ public class DateHistogramAggregationDescriptor<T> : BucketAggregationBaseDescri
109109

110110
IDictionary<string, object> IDateHistogramAggregator.ExtendedBounds { get; set; }
111111

112-
public DateHistogramAggregationDescriptor()
113-
{
114-
this.Format("yyyy-MM-dd");
115-
}
116-
117112
public DateHistogramAggregationDescriptor<T> Field(string field)
118113
{
119114
Self.Field = field;

0 commit comments

Comments
 (0)