Commit f8a8b213 by Yuan Liu Committed by GitHub

remove tab

parent 567db87c
...@@ -174,7 +174,7 @@ func addTermsAgg(aggBuilder es.AggBuilder, bucketAgg *BucketAgg, metrics []*Metr ...@@ -174,7 +174,7 @@ func addTermsAgg(aggBuilder es.AggBuilder, bucketAgg *BucketAgg, metrics []*Metr
if a.Size == 0 { if a.Size == 0 {
a.Size = 500 a.Size = 500
} }
if minDocCount, err := bucketAgg.Settings.Get("min_doc_count").Int(); err == nil { if minDocCount, err := bucketAgg.Settings.Get("min_doc_count").Int(); err == nil {
a.MinDocCount = &minDocCount a.MinDocCount = &minDocCount
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment