We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f314b53 commit e452744Copy full SHA for e452744
specification/_types/aggregations/AggregationContainer.ts
@@ -208,6 +208,7 @@ export class AggregationContainer {
208
* Given a distribution of values provided by the sibling multi-bucket aggregation,
209
* this aggregation indicates the bucket of any spike or dip and/or the bucket at which
210
* the largest change in the distribution of values, if they are statistically significant.
211
+ * There must be at least 22 bucketed values. Fewer than 1,000 is preferred.
212
* @ext_doc_id search-aggregations-change-point-aggregation
213
*/
214
change_point?: ChangePointAggregation
0 commit comments