You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The default implementation of TDigest is optimized for performance, scaling to millions or even billions of sample values while maintaining acceptable accuracy levels (close to 1% relative error for millions of samples in some cases).
130
+
/// To use an implementation optimized for accuracy, set this parameter to high_accuracy instead.
@@ -162,6 +179,18 @@ public Elastic.Clients.Elasticsearch.Aggregations.BoxplotAggregationDescriptor<T
162
179
returnthis;
163
180
}
164
181
182
+
/// <summary>
183
+
/// <para>
184
+
/// The default implementation of TDigest is optimized for performance, scaling to millions or even billions of sample values while maintaining acceptable accuracy levels (close to 1% relative error for millions of samples in some cases).
185
+
/// To use an implementation optimized for accuracy, set this parameter to high_accuracy instead.
@@ -258,6 +287,18 @@ public Elastic.Clients.Elasticsearch.Aggregations.BoxplotAggregationDescriptor C
258
287
returnthis;
259
288
}
260
289
290
+
/// <summary>
291
+
/// <para>
292
+
/// The default implementation of TDigest is optimized for performance, scaling to millions or even billions of sample values while maintaining acceptable accuracy levels (close to 1% relative error for millions of samples in some cases).
293
+
/// To use an implementation optimized for accuracy, set this parameter to high_accuracy instead.
/// The default implementation of TDigest is optimized for performance, scaling to millions or even billions of sample values while maintaining acceptable accuracy levels (close to 1% relative error for millions of samples in some cases).
139
+
/// To use an implementation optimized for accuracy, set this parameter to high_accuracy instead.
@@ -172,6 +189,18 @@ public Elastic.Clients.Elasticsearch.Aggregations.MedianAbsoluteDeviationAggrega
172
189
returnthis;
173
190
}
174
191
192
+
/// <summary>
193
+
/// <para>
194
+
/// The default implementation of TDigest is optimized for performance, scaling to millions or even billions of sample values while maintaining acceptable accuracy levels (close to 1% relative error for millions of samples in some cases).
195
+
/// To use an implementation optimized for accuracy, set this parameter to high_accuracy instead.
@@ -274,6 +303,18 @@ public Elastic.Clients.Elasticsearch.Aggregations.MedianAbsoluteDeviationAggrega
274
303
returnthis;
275
304
}
276
305
306
+
/// <summary>
307
+
/// <para>
308
+
/// The default implementation of TDigest is optimized for performance, scaling to millions or even billions of sample values while maintaining acceptable accuracy levels (close to 1% relative error for millions of samples in some cases).
309
+
/// To use an implementation optimized for accuracy, set this parameter to high_accuracy instead.
/// The default implementation of TDigest is optimized for performance, scaling to millions or even billions of sample values while maintaining acceptable accuracy levels (close to 1% relative error for millions of samples in some cases).
103
+
/// To use an implementation optimized for accuracy, set this parameter to high_accuracy instead.
@@ -119,6 +136,18 @@ public Elastic.Clients.Elasticsearch.Aggregations.TDigestDescriptor Compression(
119
136
returnthis;
120
137
}
121
138
139
+
/// <summary>
140
+
/// <para>
141
+
/// The default implementation of TDigest is optimized for performance, scaling to millions or even billions of sample values while maintaining acceptable accuracy levels (close to 1% relative error for millions of samples in some cases).
142
+
/// To use an implementation optimized for accuracy, set this parameter to high_accuracy instead.
0 commit comments