From 3e174593779a0000929d983c56387496dc286e38 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 22 Oct 2024 10:23:27 -0700 Subject: [PATCH] Remove extDocs from overlay; regenerate output --- .../elasticsearch-shared-overlays.yaml | 214 +--- output/openapi/elasticsearch-openapi.json | 6 + .../elasticsearch-serverless-openapi.json | 6 + output/schema/schema.json | 987 +++++++++++------- 4 files changed, 596 insertions(+), 617 deletions(-) diff --git a/docs/overlays/elasticsearch-shared-overlays.yaml b/docs/overlays/elasticsearch-shared-overlays.yaml index df21bdd29..615029204 100644 --- a/docs/overlays/elasticsearch-shared-overlays.yaml +++ b/docs/overlays/elasticsearch-shared-overlays.yaml @@ -237,7 +237,7 @@ actions: x-displayName: Watcher # Add x-model and/or abbreviate schemas that should point to other references - target: "$.components['schemas']['_types.query_dsl:QueryContainer']" - description: Add x-model and updated externalDocs for the QueryContainer object + description: Add x-model for the QueryContainer object update: x-model: true - target: "$.components['schemas']['_types.analysis:CharFilter'].oneOf" @@ -580,68 +580,46 @@ actions: description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-semantic-query.html - target: "$.components['schemas']['_types.query_dsl:TextExpansionQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-text-expansion-query.html - target: "$.components['schemas']['_types.query_dsl:WeightedTokensQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-weighted-tokens-query.html - target: "$.components['schemas']['_types.query_dsl:IdsQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-ids-query.html - target: "$.components['schemas']['_types.query_dsl:PrefixQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-prefix-query.html - target: "$.components['schemas']['_types.query_dsl:RangeQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-range-query.html - target: "$.components['schemas']['_types.query_dsl:RegexpQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-regexp-query.html - target: "$.components['schemas']['_types.query_dsl:TermQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-term-query.html - target: "$.components['schemas']['_types.query_dsl:TermsQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-terms-query.html - target: "$.components['schemas']['_types.query_dsl:TermsSetQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-terms-set-query.html - target: "$.components['schemas']['_types.query_dsl:WildcardQuery']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-wildcard-query.html # Abbreviate and annotate items that are not shown in Bump.sh due to depth limits - target: "$.components['schemas']['_types.aggregations:Aggregate']" description: Add x-model @@ -651,560 +629,374 @@ actions: description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:HdrPercentilesAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:HdrPercentileRanksAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:PercentileRanksAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-percentile-rank-aggregation.html - target: "$.components['schemas']['_types.aggregations:TDigestPercentilesAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-percentile-aggregation.html - target: "$.components['schemas']['_types.aggregations:TDigestPercentileRanksAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:PercentilesBucketAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-percentiles-bucket-aggregation.html - target: "$.components['schemas']['_types.aggregations:MedianAbsoluteDeviationAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-median-absolute-deviation-aggregation.html - target: "$.components['schemas']['_types.aggregations:MinAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-min-aggregation.html - target: "$.components['schemas']['_types.aggregations:MaxAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-max-aggregation.html - target: "$.components['schemas']['_types.aggregations:SumAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-sum-aggregation.html - target: "$.components['schemas']['_types.aggregations:AvgAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-avg-aggregation.html - target: "$.components['schemas']['_types.aggregations:WeightedAvgAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-weight-avg-aggregation.html - target: "$.components['schemas']['_types.aggregations:ValueCountAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-valuecount-aggregation.html - target: "$.components['schemas']['_types.aggregations:SimpleValueAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:DerivativeAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-derivative-aggregation.html - target: "$.components['schemas']['_types.aggregations:BucketMetricValueAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:StatsAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-stats-aggregation.html - target: "$.components['schemas']['_types.aggregations:StatsBucketAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-stats-bucket-aggregation.html - target: "$.components['schemas']['_types.aggregations:ExtendedStatsAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-extendedstats-aggregation.html - target: "$.components['schemas']['_types.aggregations:ExtendedStatsBucketAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:GeoBoundsAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-geobounds-aggregation.html - target: "$.components['schemas']['_types.aggregations:GeoCentroidAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-geocentroid-aggregation.html - target: "$.components['schemas']['_types.aggregations:HistogramAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-histogram-aggregation.html - target: "$.components['schemas']['_types.aggregations:DateHistogramAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-datehistogram-aggregation.html - target: "$.components['schemas']['_types.aggregations:AutoDateHistogramAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-autodatehistogram-aggregation.html - target: "$.components['schemas']['_types.aggregations:VariableWidthHistogramAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-variablewidthhistogram-aggregation.html - target: "$.components['schemas']['_types.aggregations:StringTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:LongTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:DoubleTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:UnmappedTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:LongRareTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:StringRareTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:UnmappedRareTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:MultiTermsAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-multi-terms-aggregation.html - target: "$.components['schemas']['_types.aggregations:MissingAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-missing-aggregation.html - target: "$.components['schemas']['_types.aggregations:NestedAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-nested-aggregation.html - target: "$.components['schemas']['_types.aggregations:ReverseNestedAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-reverse-nested-aggregation.html - target: "$.components['schemas']['_types.aggregations:GlobalAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-global-aggregation.html - target: "$.components['schemas']['_types.aggregations:FilterAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-filter-aggregation.html - target: "$.components['schemas']['_types.aggregations:ChildrenAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-children-aggregation.html - target: "$.components['schemas']['_types.aggregations:ParentAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-parent-aggregation.html - target: "$.components['schemas']['_types.aggregations:SamplerAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-sampler-aggregation.html - target: "$.components['schemas']['_types.aggregations:UnmappedSamplerAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:GeoHashGridAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-geohashgrid-aggregation.html - target: "$.components['schemas']['_types.aggregations:GeoTileGridAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-geotilegrid-aggregation.html - target: "$.components['schemas']['_types.aggregations:GeoHexGridAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:RangeAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-geohexgrid-aggregation.html - target: "$.components['schemas']['_types.aggregations:DateRangeAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-daterange-aggregation.html - target: "$.components['schemas']['_types.aggregations:GeoDistanceAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-geodistance-aggregation.html - target: "$.components['schemas']['_types.aggregations:IpRangeAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-iprange-aggregation.html - target: "$.components['schemas']['_types.aggregations:IpPrefixAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-ipprefix-aggregation.html - target: "$.components['schemas']['_types.aggregations:FiltersAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-filters-aggregation.html - target: "$.components['schemas']['_types.aggregations:AdjacencyMatrixAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-adjacency-matrix-aggregation.html - target: "$.components['schemas']['_types.aggregations:SignificantLongTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:SignificantStringTermsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:UnmappedSignificantTermsAggregate']" description: Add x-model update: - x-model: true - # externalDocs: - # url: + x-model: true - target: "$.components['schemas']['_types.aggregations:SignificantTermsAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-significanttext-aggregation.html - target: "$.components['schemas']['_types.aggregations:CompositeAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-composite-aggregation.html - target: "$.components['schemas']['_types.aggregations:FrequentItemSetsAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-frequent-item-sets-aggregation.html - target: "$.components['schemas']['_types.aggregations:TimeSeriesAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-time-series-aggregation.html - target: "$.components['schemas']['_types.aggregations:ScriptedMetricAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-scripted-metric-aggregation.html - target: "$.components['schemas']['_types.aggregations:TopHitsAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-top-hits-aggregation.html - target: "$.components['schemas']['_types.aggregations:InferenceAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-inference-bucket-aggregation.html - target: "$.components['schemas']['_types.aggregations:StringStatsAggregate']" description: Add x-model update: x-model: true - # externalDocs: - # url: - target: "$.components['schemas']['_types.aggregations:BoxPlotAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-boxplot-aggregation.html - target: "$.components['schemas']['_types.aggregations:TopMetricsAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-top-metrics.html - target: "$.components['schemas']['_types.aggregations:TTestAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-ttest-aggregation.html - target: "$.components['schemas']['_types.aggregations:RateAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-rate-aggregation.html - target: "$.components['schemas']['_types.aggregations:CumulativeCardinalityAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-cardinality-aggregation.html - target: "$.components['schemas']['_types.aggregations:MatrixStatsAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-matrix-stats-aggregation.html - target: "$.components['schemas']['_types.aggregations:GeoLineAggregate']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-metrics-geo-line.html - target: "$.components['schemas']['_types.aggregations:AutoDateHistogramAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-autodatehistogram-aggregation.html - target: "$.components['schemas']['_types.aggregations:CategorizeTextAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-categorize-text-aggregation.html - target: "$.components['schemas']['_types.aggregations:DiversifiedSamplerAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-diversified-sampler-aggregation.html - target: "$.components['schemas']['_types.aggregations:RandomSamplerAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-random-sampler-aggregation.html - target: "$.components['schemas']['_types.aggregations:RareTermsAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-rare-terms-aggregation.html - target: "$.components['schemas']['_types.aggregations:SignificantTextAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-significanttext-aggregation.html - target: "$.components['schemas']['_types.aggregations:TermsAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-terms-aggregation.html - target: "$.components['schemas']['_types.aggregations:AverageBucketAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-avg-bucket-aggregation.html - target: "$.components['schemas']['_types.aggregations:BucketScriptAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-bucket-script-aggregation.html - target: "$.components['schemas']['_types.aggregations:BucketKsAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-count-ks-test-aggregation.html - target: "$.components['schemas']['_types.aggregations:BucketCorrelationAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-correlation-aggregation.html - target: "$.components['schemas']['_types.aggregations:BucketSelectorAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-bucket-selector-aggregation.html - target: "$.components['schemas']['_types.aggregations:BucketSortAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-bucket-sort-aggregation.html - target: "$.components['schemas']['_types.aggregations:CumulativeSumAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-cumulative-sum-aggregation.html - target: "$.components['schemas']['_types.aggregations:MaxBucketAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-max-bucket-aggregation.html - target: "$.components['schemas']['_types.aggregations:MinBucketAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-min-bucket-aggregation.html - target: "$.components['schemas']['_types.aggregations:MovingFunctionAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-movfn-aggregation.html - target: "$.components['schemas']['_types.aggregations:MovingPercentilesAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-moving-percentiles-aggregation.html - target: "$.components['schemas']['_types.aggregations:NormalizeAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-normalize-aggregation.html - target: "$.components['schemas']['_types.aggregations:SerialDifferencingAggregation']" description: Add x-model update: x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-serialdiff-aggregation.html - target: "$.components['schemas']['_types.aggregations:SumBucketAggregation']" description: Add x-model update: - x-model: true - externalDocs: - url: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-pipeline-sum-bucket-aggregation.html + x-model: true - target: "$.components['schemas']['_types.query_dsl:LikeDocument']" description: Add x-model to LikeDocument schema update: diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index e27d2083e..45ed1a5e0 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -41321,6 +41321,9 @@ }, "weighted_tokens": { "deprecated": true, + "externalDocs": { + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-weighted-tokens-query.html" + }, "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", "type": "object", "additionalProperties": { @@ -43919,6 +43922,9 @@ "type": "string" }, "_types.query_dsl:RangeQuery": { + "externalDocs": { + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html" + }, "oneOf": [ { "$ref": "#/components/schemas/_types.query_dsl:UntypedRangeQuery" diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 7691bc82f..0a8722751 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -25544,6 +25544,9 @@ }, "weighted_tokens": { "deprecated": true, + "externalDocs": { + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-weighted-tokens-query.html" + }, "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", "type": "object", "additionalProperties": { @@ -28142,6 +28145,9 @@ "type": "string" }, "_types.query_dsl:RangeQuery": { + "externalDocs": { + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html" + }, "oneOf": [ { "$ref": "#/components/schemas/_types.query_dsl:UntypedRangeQuery" diff --git a/output/schema/schema.json b/output/schema/schema.json index 1e90f3a58..81cc01e5b 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -50590,6 +50590,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-adjacency-matrix-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-adjacency-matrix-aggregation.html", "inherits": { "generics": [ { @@ -50610,7 +50612,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L579-L581", + "specLocation": "_types/aggregations/Aggregate.ts#L647-L652", "variantName": "adjacency_matrix" }, { @@ -50692,7 +50694,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L583-L585" + "specLocation": "_types/aggregations/Aggregate.ts#L654-L656" }, { "kind": "type_alias", @@ -51230,7 +51232,7 @@ "name": "AggregateOrder", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1019-L1021", + "specLocation": "_types/aggregations/bucket.ts#L1052-L1054", "type": { "kind": "union_of", "items": [ @@ -51333,8 +51335,8 @@ }, { "description": "A bucket aggregation returning a form of adjacency matrix.\nThe request provides a collection of named filter expressions, similar to the `filters` aggregation.\nEach bucket in the response represents a non-empty cell in the matrix of intersecting filters.", - "docId": "search-aggregations-bucket-adjacency-matrix-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-adjacency-matrix-aggregation.html", + "extDocId": "search-aggregations-bucket-adjacency-matrix-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-adjacency-matrix-aggregation.html", "name": "adjacency_matrix", "required": false, "type": { @@ -51347,8 +51349,8 @@ }, { "description": "A multi-bucket aggregation similar to the date histogram, except instead of providing an interval to use as the width of each bucket, a target number of buckets is provided.", - "docId": "search-aggregations-bucket-autodatehistogram-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-autodatehistogram-aggregation.html", + "extDocId": "search-aggregations-bucket-autodatehistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-autodatehistogram-aggregation.html", "name": "auto_date_histogram", "required": false, "type": { @@ -51361,8 +51363,8 @@ }, { "description": "A single-value metrics aggregation that computes the average of numeric values that are extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-avg-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-avg-aggregation.html", + "extDocId": "search-aggregations-metrics-avg-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-avg-aggregation.html", "name": "avg", "required": false, "type": { @@ -51375,8 +51377,8 @@ }, { "description": "A sibling pipeline aggregation which calculates the mean value of a specified metric in a sibling aggregation.\nThe specified metric must be numeric and the sibling aggregation must be a multi-bucket aggregation.", - "docId": "search-aggregations-pipeline-avg-bucket-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-avg-bucket-aggregation.html", + "extDocId": "search-aggregations-pipeline-avg-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-avg-bucket-aggregation.html", "name": "avg_bucket", "required": false, "type": { @@ -51389,8 +51391,8 @@ }, { "description": "A metrics aggregation that computes a box plot of numeric values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-boxplot-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-boxplot-aggregation.html", + "extDocId": "search-aggregations-metrics-boxplot-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-boxplot-aggregation.html", "name": "boxplot", "required": false, "type": { @@ -51403,8 +51405,8 @@ }, { "description": "A parent pipeline aggregation which runs a script which can perform per bucket computations on metrics in the parent multi-bucket aggregation.", - "docId": "search-aggregations-pipeline-bucket-script-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-script-aggregation.html", + "extDocId": "search-aggregations-pipeline-bucket-script-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-script-aggregation.html", "name": "bucket_script", "required": false, "type": { @@ -51417,8 +51419,8 @@ }, { "description": "A parent pipeline aggregation which runs a script to determine whether the current bucket will be retained in the parent multi-bucket aggregation.", - "docId": "search-aggregations-pipeline-bucket-selector-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-selector-aggregation.html", + "extDocId": "search-aggregations-pipeline-bucket-selector-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-selector-aggregation.html", "name": "bucket_selector", "required": false, "type": { @@ -51431,8 +51433,8 @@ }, { "description": "A parent pipeline aggregation which sorts the buckets of its parent multi-bucket aggregation.", - "docId": "search-aggregations-pipeline-bucket-sort-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-sort-aggregation.html", + "extDocId": "search-aggregations-pipeline-bucket-sort-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-sort-aggregation.html", "name": "bucket_sort", "required": false, "type": { @@ -51453,8 +51455,8 @@ } }, "description": "A sibling pipeline aggregation which runs a two sample Kolmogorov–Smirnov test (\"K-S test\") against a provided distribution and the distribution implied by the documents counts in the configured sibling aggregation.", - "docId": "search-aggregations-bucket-count-ks-test-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-count-ks-test-aggregation.html", + "extDocId": "search-aggregations-bucket-count-ks-test-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-count-ks-test-aggregation.html", "name": "bucket_count_ks_test", "required": false, "type": { @@ -51475,8 +51477,8 @@ } }, "description": "A sibling pipeline aggregation which runs a correlation function on the configured sibling multi-bucket aggregation.", - "docId": "search-aggregations-bucket-correlation-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-correlation-aggregation.html", + "extDocId": "search-aggregations-bucket-correlation-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-correlation-aggregation.html", "name": "bucket_correlation", "required": false, "type": { @@ -51489,8 +51491,8 @@ }, { "description": "A single-value metrics aggregation that calculates an approximate count of distinct values.", - "docId": "search-aggregations-metrics-cardinality-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-cardinality-aggregation.html", + "extDocId": "search-aggregations-metrics-cardinality-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-cardinality-aggregation.html", "name": "cardinality", "required": false, "type": { @@ -51511,8 +51513,8 @@ } }, "description": "A multi-bucket aggregation that groups semi-structured text into buckets.", - "docId": "search-aggregations-bucket-categorize-text-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-categorize-text-aggregation.html", + "extDocId": "search-aggregations-bucket-categorize-text-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-categorize-text-aggregation.html", "name": "categorize_text", "required": false, "type": { @@ -51525,8 +51527,8 @@ }, { "description": "A single bucket aggregation that selects child documents that have the specified type, as defined in a `join` field.", - "docId": "search-aggregations-bucket-children-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-children-aggregation.html", + "extDocId": "search-aggregations-bucket-children-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-children-aggregation.html", "name": "children", "required": false, "type": { @@ -51551,8 +51553,8 @@ }, { "description": "A parent pipeline aggregation which calculates the cumulative cardinality in a parent `histogram` or `date_histogram` aggregation.", - "docId": "search-aggregations-pipeline-cumulative-cardinality-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-cumulative-cardinality-aggregation.html", + "extDocId": "search-aggregations-pipeline-cumulative-cardinality-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-cumulative-cardinality-aggregation.html", "name": "cumulative_cardinality", "required": false, "type": { @@ -51565,8 +51567,8 @@ }, { "description": "A parent pipeline aggregation which calculates the cumulative sum of a specified metric in a parent `histogram` or `date_histogram` aggregation.", - "docId": "search-aggregations-pipeline-cumulative-sum-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-cumulative-sum-aggregation.html", + "extDocId": "search-aggregations-pipeline-cumulative-sum-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-cumulative-sum-aggregation.html", "name": "cumulative_sum", "required": false, "type": { @@ -51579,8 +51581,8 @@ }, { "description": "A multi-bucket values source based aggregation that can be applied on date values or date range values extracted from the documents.\nIt dynamically builds fixed size (interval) buckets over the values.", - "docId": "search-aggregations-bucket-datehistogram-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-datehistogram-aggregation.html", + "extDocId": "search-aggregations-bucket-datehistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-datehistogram-aggregation.html", "name": "date_histogram", "required": false, "type": { @@ -51593,8 +51595,8 @@ }, { "description": "A multi-bucket value source based aggregation that enables the user to define a set of date ranges - each representing a bucket.", - "docId": "search-aggregations-bucket-daterange-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-daterange-aggregation.html", + "extDocId": "search-aggregations-bucket-daterange-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-daterange-aggregation.html", "name": "date_range", "required": false, "type": { @@ -51607,8 +51609,8 @@ }, { "description": "A parent pipeline aggregation which calculates the derivative of a specified metric in a parent `histogram` or `date_histogram` aggregation.", - "docId": "search-aggregations-pipeline-derivative-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-derivative-aggregation.html", + "extDocId": "search-aggregations-pipeline-derivative-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-derivative-aggregation.html", "name": "derivative", "required": false, "type": { @@ -51621,8 +51623,8 @@ }, { "description": "A filtering aggregation used to limit any sub aggregations' processing to a sample of the top-scoring documents.\nSimilar to the `sampler` aggregation, but adds the ability to limit the number of matches that share a common value.", - "docId": "search-aggregations-bucket-diversified-sampler-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-diversified-sampler-aggregation.html", + "extDocId": "search-aggregations-bucket-diversified-sampler-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-diversified-sampler-aggregation.html", "name": "diversified_sampler", "required": false, "type": { @@ -51635,8 +51637,8 @@ }, { "description": "A multi-value metrics aggregation that computes stats over numeric values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-extendedstats-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-extendedstats-aggregation.html", + "extDocId": "search-aggregations-metrics-extendedstats-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-extendedstats-aggregation.html", "name": "extended_stats", "required": false, "type": { @@ -51649,8 +51651,8 @@ }, { "description": "A sibling pipeline aggregation which calculates a variety of stats across all bucket of a specified metric in a sibling aggregation.", - "docId": "search-aggregations-pipeline-extended-stats-bucket-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-extended-stats-bucket-aggregation.html", + "extDocId": "search-aggregations-pipeline-extended-stats-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-extended-stats-bucket-aggregation.html", "name": "extended_stats_bucket", "required": false, "type": { @@ -51663,8 +51665,8 @@ }, { "description": "A bucket aggregation which finds frequent item sets, a form of association rules mining that identifies items that often occur together.", - "docId": "search-aggregations-bucket-frequent-item-sets-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-frequent-item-sets-aggregation.html", + "extDocId": "search-aggregations-bucket-frequent-item-sets-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-frequent-item-sets-aggregation.html", "name": "frequent_item_sets", "required": false, "type": { @@ -51677,8 +51679,8 @@ }, { "description": "A single bucket aggregation that narrows the set of documents to those that match a query.", - "docId": "search-aggregations-bucket-filter-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-filter-aggregation.html", + "extDocId": "search-aggregations-bucket-filter-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-filter-aggregation.html", "name": "filter", "required": false, "type": { @@ -51691,8 +51693,8 @@ }, { "description": "A multi-bucket aggregation where each bucket contains the documents that match a query.", - "docId": "search-aggregations-bucket-filters-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-filters-aggregation.html", + "extDocId": "search-aggregations-bucket-filters-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-filters-aggregation.html", "name": "filters", "required": false, "type": { @@ -51705,8 +51707,8 @@ }, { "description": "A metric aggregation that computes the geographic bounding box containing all values for a Geopoint or Geoshape field.", - "docId": "search-aggregations-metrics-geobounds-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geobounds-aggregation.html", + "extDocId": "search-aggregations-metrics-geobounds-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geobounds-aggregation.html", "name": "geo_bounds", "required": false, "type": { @@ -51719,8 +51721,8 @@ }, { "description": "A metric aggregation that computes the weighted centroid from all coordinate values for geo fields.", - "docId": "search-aggregations-metrics-geocentroid-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geocentroid-aggregation.html", + "extDocId": "search-aggregations-metrics-geocentroid-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geocentroid-aggregation.html", "name": "geo_centroid", "required": false, "type": { @@ -51733,8 +51735,8 @@ }, { "description": "A multi-bucket aggregation that works on `geo_point` fields.\nEvaluates the distance of each document value from an origin point and determines the buckets it belongs to, based on ranges defined in the request.", - "docId": "search-aggregations-bucket-geodistance-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geodistance-aggregation.html", + "extDocId": "search-aggregations-bucket-geodistance-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geodistance-aggregation.html", "name": "geo_distance", "required": false, "type": { @@ -51747,8 +51749,8 @@ }, { "description": "A multi-bucket aggregation that groups `geo_point` and `geo_shape` values into buckets that represent a grid.\nEach cell is labeled using a geohash which is of user-definable precision.", - "docId": "search-aggregations-bucket-geohashgrid-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geohashgrid-aggregation.html", + "extDocId": "search-aggregations-bucket-geohashgrid-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geohashgrid-aggregation.html", "name": "geohash_grid", "required": false, "type": { @@ -51761,8 +51763,8 @@ }, { "description": "Aggregates all `geo_point` values within a bucket into a `LineString` ordered by the chosen sort field.", - "docId": "search-aggregations-metrics-geo-line", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geo-line.html", + "extDocId": "search-aggregations-metrics-geo-line", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geo-line.html", "name": "geo_line", "required": false, "type": { @@ -51775,8 +51777,8 @@ }, { "description": "A multi-bucket aggregation that groups `geo_point` and `geo_shape` values into buckets that represent a grid.\nEach cell corresponds to a map tile as used by many online map sites.", - "docId": "search-aggregations-bucket-geotilegrid-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geotilegrid-aggregation.html", + "extDocId": "search-aggregations-bucket-geotilegrid-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geotilegrid-aggregation.html", "name": "geotile_grid", "required": false, "type": { @@ -51789,8 +51791,8 @@ }, { "description": "A multi-bucket aggregation that groups `geo_point` and `geo_shape` values into buckets that represent a grid.\nEach cell corresponds to a H3 cell index and is labeled using the H3Index representation.", - "docId": "search-aggregations-bucket-geohexgrid-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geohexgrid-aggregation.html", + "extDocId": "search-aggregations-bucket-geohexgrid-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geohexgrid-aggregation.html", "name": "geohex_grid", "required": false, "type": { @@ -51803,8 +51805,8 @@ }, { "description": "Defines a single bucket of all the documents within the search execution context.\nThis context is defined by the indices and the document types you’re searching on, but is not influenced by the search query itself.", - "docId": "search-aggregations-bucket-global-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-global-aggregation.html", + "extDocId": "search-aggregations-bucket-global-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-global-aggregation.html", "name": "global", "required": false, "type": { @@ -51817,8 +51819,8 @@ }, { "description": "A multi-bucket values source based aggregation that can be applied on numeric values or numeric range values extracted from the documents.\nIt dynamically builds fixed size (interval) buckets over the values.", - "docId": "search-aggregations-bucket-histogram-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-histogram-aggregation.html", + "extDocId": "search-aggregations-bucket-histogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-histogram-aggregation.html", "name": "histogram", "required": false, "type": { @@ -51831,8 +51833,8 @@ }, { "description": "A multi-bucket value source based aggregation that enables the user to define a set of IP ranges - each representing a bucket.", - "docId": "search-aggregations-bucket-iprange-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-iprange-aggregation.html", + "extDocId": "search-aggregations-bucket-iprange-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-iprange-aggregation.html", "name": "ip_range", "required": false, "type": { @@ -51845,8 +51847,8 @@ }, { "description": "A bucket aggregation that groups documents based on the network or sub-network of an IP address.", - "docId": "search-aggregations-bucket-ipprefix-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-ipprefix-aggregation.html", + "extDocId": "search-aggregations-bucket-ipprefix-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-ipprefix-aggregation.html", "name": "ip_prefix", "required": false, "type": { @@ -51859,8 +51861,8 @@ }, { "description": "A parent pipeline aggregation which loads a pre-trained model and performs inference on the collated result fields from the parent bucket aggregation.", - "docId": "search-aggregations-pipeline-inference-bucket-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-inference-bucket-aggregation.html", + "extDocId": "search-aggregations-pipeline-inference-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-inference-bucket-aggregation.html", "name": "inference", "required": false, "type": { @@ -51884,8 +51886,8 @@ }, { "description": "A numeric aggregation that computes the following statistics over a set of document fields: `count`, `mean`, `variance`, `skewness`, `kurtosis`, `covariance`, and `covariance`.", - "docId": "search-aggregations-matrix-stats-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-matrix-stats-aggregation.html", + "extDocId": "search-aggregations-matrix-stats-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-matrix-stats-aggregation.html", "name": "matrix_stats", "required": false, "type": { @@ -51898,8 +51900,8 @@ }, { "description": "A single-value metrics aggregation that returns the maximum value among the numeric values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-max-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-max-aggregation.html", + "extDocId": "search-aggregations-metrics-max-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-max-aggregation.html", "name": "max", "required": false, "type": { @@ -51912,8 +51914,8 @@ }, { "description": "A sibling pipeline aggregation which identifies the bucket(s) with the maximum value of a specified metric in a sibling aggregation and outputs both the value and the key(s) of the bucket(s).", - "docId": "search-aggregations-pipeline-max-bucket-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-max-bucket-aggregation.html", + "extDocId": "search-aggregations-pipeline-max-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-max-bucket-aggregation.html", "name": "max_bucket", "required": false, "type": { @@ -51926,8 +51928,8 @@ }, { "description": "A single-value aggregation that approximates the median absolute deviation of its search results.", - "docId": "search-aggregations-metrics-median-absolute-deviation-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-median-absolute-deviation-aggregation.html", + "extDocId": "search-aggregations-metrics-median-absolute-deviation-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-median-absolute-deviation-aggregation.html", "name": "median_absolute_deviation", "required": false, "type": { @@ -51940,8 +51942,8 @@ }, { "description": "A single-value metrics aggregation that returns the minimum value among numeric values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-min-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-min-aggregation.html", + "extDocId": "search-aggregations-metrics-min-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-min-aggregation.html", "name": "min", "required": false, "type": { @@ -51954,8 +51956,8 @@ }, { "description": "A sibling pipeline aggregation which identifies the bucket(s) with the minimum value of a specified metric in a sibling aggregation and outputs both the value and the key(s) of the bucket(s).", - "docId": "search-aggregations-pipeline-min-bucket-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-min-bucket-aggregation.html", + "extDocId": "search-aggregations-pipeline-min-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-min-bucket-aggregation.html", "name": "min_bucket", "required": false, "type": { @@ -51968,8 +51970,8 @@ }, { "description": "A field data based single bucket aggregation, that creates a bucket of all documents in the current document set context that are missing a field value (effectively, missing a field or having the configured NULL value set).", - "docId": "search-aggregations-bucket-missing-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-missing-aggregation.html", + "extDocId": "search-aggregations-bucket-missing-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-missing-aggregation.html", "name": "missing", "required": false, "type": { @@ -51993,8 +51995,8 @@ }, { "description": "Given an ordered series of percentiles, \"slides\" a window across those percentiles and computes cumulative percentiles.", - "docId": "search-aggregations-pipeline-moving-percentiles-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-moving-percentiles-aggregation.html", + "extDocId": "search-aggregations-pipeline-moving-percentiles-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-moving-percentiles-aggregation.html", "name": "moving_percentiles", "required": false, "type": { @@ -52007,8 +52009,8 @@ }, { "description": "Given an ordered series of data, \"slides\" a window across the data and runs a custom script on each window of data.\nFor convenience, a number of common functions are predefined such as `min`, `max`, and moving averages.", - "docId": "search-aggregations-pipeline-movfn-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-movfn-aggregation.html", + "extDocId": "search-aggregations-pipeline-movfn-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-movfn-aggregation.html", "name": "moving_fn", "required": false, "type": { @@ -52021,8 +52023,8 @@ }, { "description": "A multi-bucket value source based aggregation where buckets are dynamically built - one per unique set of values.", - "docId": "search-aggregations-bucket-multi-terms-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-multi-terms-aggregation.html", + "extDocId": "search-aggregations-bucket-multi-terms-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-multi-terms-aggregation.html", "name": "multi_terms", "required": false, "type": { @@ -52035,8 +52037,8 @@ }, { "description": "A special single bucket aggregation that enables aggregating nested documents.", - "docId": "search-aggregations-bucket-nested-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-nested-aggregation.html", + "extDocId": "search-aggregations-bucket-nested-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-nested-aggregation.html", "name": "nested", "required": false, "type": { @@ -52049,8 +52051,8 @@ }, { "description": "A parent pipeline aggregation which calculates the specific normalized/rescaled value for a specific bucket value.", - "docId": "search-aggregations-pipeline-normalize-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-normalize-aggregation.html", + "extDocId": "search-aggregations-pipeline-normalize-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-normalize-aggregation.html", "name": "normalize", "required": false, "type": { @@ -52063,8 +52065,8 @@ }, { "description": "A special single bucket aggregation that selects parent documents that have the specified type, as defined in a `join` field.", - "docId": "search-aggregations-bucket-parent-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-parent-aggregation.html", + "extDocId": "search-aggregations-bucket-parent-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-parent-aggregation.html", "name": "parent", "required": false, "type": { @@ -52077,8 +52079,8 @@ }, { "description": "A multi-value metrics aggregation that calculates one or more percentile ranks over numeric values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-percentile-rank-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-percentile-rank-aggregation.html", + "extDocId": "search-aggregations-metrics-percentile-rank-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-percentile-rank-aggregation.html", "name": "percentile_ranks", "required": false, "type": { @@ -52091,8 +52093,8 @@ }, { "description": "A multi-value metrics aggregation that calculates one or more percentiles over numeric values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-percentile-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-percentile-aggregation.html", + "extDocId": "search-aggregations-metrics-percentile-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-percentile-aggregation.html", "name": "percentiles", "required": false, "type": { @@ -52105,8 +52107,8 @@ }, { "description": "A sibling pipeline aggregation which calculates percentiles across all bucket of a specified metric in a sibling aggregation.", - "docId": "search-aggregations-pipeline-percentiles-bucket-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-percentiles-bucket-aggregation.html", + "extDocId": "search-aggregations-pipeline-percentiles-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-percentiles-bucket-aggregation.html", "name": "percentiles_bucket", "required": false, "type": { @@ -52119,8 +52121,8 @@ }, { "description": "A multi-bucket value source based aggregation that enables the user to define a set of ranges - each representing a bucket.", - "docId": "search-aggregations-bucket-range-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-range-aggregation.html", + "extDocId": "search-aggregations-bucket-range-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-range-aggregation.html", "name": "range", "required": false, "type": { @@ -52133,8 +52135,8 @@ }, { "description": "A multi-bucket value source based aggregation which finds \"rare\" terms — terms that are at the long-tail of the distribution and are not frequent.", - "docId": "search-aggregations-bucket-rare-terms-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-rare-terms-aggregation.html", + "extDocId": "search-aggregations-bucket-rare-terms-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-rare-terms-aggregation.html", "name": "rare_terms", "required": false, "type": { @@ -52147,8 +52149,8 @@ }, { "description": "Calculates a rate of documents or a field in each bucket.\nCan only be used inside a `date_histogram` or `composite` aggregation.", - "docId": "search-aggregations-metrics-rate-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-rate-aggregation.html", + "extDocId": "search-aggregations-metrics-rate-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-rate-aggregation.html", "name": "rate", "required": false, "type": { @@ -52161,8 +52163,8 @@ }, { "description": "A special single bucket aggregation that enables aggregating on parent documents from nested documents.\nShould only be defined inside a `nested` aggregation.", - "docId": "search-aggregations-bucket-reverse-nested-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-reverse-nested-aggregation.html", + "extDocId": "search-aggregations-bucket-reverse-nested-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-reverse-nested-aggregation.html", "name": "reverse_nested", "required": false, "type": { @@ -52181,8 +52183,8 @@ } }, "description": "A single bucket aggregation that randomly includes documents in the aggregated results.\nSampling provides significant speed improvement at the cost of accuracy.", - "docId": "search-aggregations-random-sampler-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-random-sampler-aggregation.html", + "extDocId": "search-aggregations-random-sampler-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-random-sampler-aggregation.html", "name": "random_sampler", "required": false, "type": { @@ -52195,8 +52197,8 @@ }, { "description": "A filtering aggregation used to limit any sub aggregations' processing to a sample of the top-scoring documents.", - "docId": "search-aggregations-bucket-sampler-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-sampler-aggregation.html", + "extDocId": "search-aggregations-bucket-sampler-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-sampler-aggregation.html", "name": "sampler", "required": false, "type": { @@ -52209,8 +52211,8 @@ }, { "description": "A metric aggregation that uses scripts to provide a metric output.", - "docId": "search-aggregations-metrics-scripted-metric-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-scripted-metric-aggregation.html", + "extDocId": "search-aggregations-metrics-scripted-metric-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-scripted-metric-aggregation.html", "name": "scripted_metric", "required": false, "type": { @@ -52223,8 +52225,8 @@ }, { "description": "An aggregation that subtracts values in a time series from themselves at different time lags or periods.", - "docId": "search-aggregations-pipeline-serialdiff-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-serialdiff-aggregation.html", + "extDocId": "search-aggregations-pipeline-serialdiff-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-serialdiff-aggregation.html", "name": "serial_diff", "required": false, "type": { @@ -52237,8 +52239,8 @@ }, { "description": "Returns interesting or unusual occurrences of terms in a set.", - "docId": "search-aggregations-bucket-significantterms-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-significantterms-aggregation.html", + "extDocId": "search-aggregations-bucket-significantterms-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-significantterms-aggregation.html", "name": "significant_terms", "required": false, "type": { @@ -52251,8 +52253,8 @@ }, { "description": "Returns interesting or unusual occurrences of free-text terms in a set.", - "docId": "search-aggregations-bucket-significanttext-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-significanttext-aggregation.html", + "extDocId": "search-aggregations-bucket-significanttext-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-significanttext-aggregation.html", "name": "significant_text", "required": false, "type": { @@ -52265,8 +52267,8 @@ }, { "description": "A multi-value metrics aggregation that computes stats over numeric values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-stats-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-stats-aggregation.html", + "extDocId": "search-aggregations-metrics-stats-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-stats-aggregation.html", "name": "stats", "required": false, "type": { @@ -52279,8 +52281,8 @@ }, { "description": "A sibling pipeline aggregation which calculates a variety of stats across all bucket of a specified metric in a sibling aggregation.", - "docId": "search-aggregations-pipeline-stats-bucket-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-stats-bucket-aggregation.html", + "extDocId": "search-aggregations-pipeline-stats-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-stats-bucket-aggregation.html", "name": "stats_bucket", "required": false, "type": { @@ -52293,8 +52295,8 @@ }, { "description": "A multi-value metrics aggregation that computes statistics over string values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-string-stats-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-string-stats-aggregation.html", + "extDocId": "search-aggregations-metrics-string-stats-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-string-stats-aggregation.html", "name": "string_stats", "required": false, "type": { @@ -52307,8 +52309,8 @@ }, { "description": "A single-value metrics aggregation that sums numeric values that are extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-sum-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-sum-aggregation.html", + "extDocId": "search-aggregations-metrics-sum-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-sum-aggregation.html", "name": "sum", "required": false, "type": { @@ -52321,8 +52323,8 @@ }, { "description": "A sibling pipeline aggregation which calculates the sum of a specified metric across all buckets in a sibling aggregation.", - "docId": "search-aggregations-pipeline-sum-bucket-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-sum-bucket-aggregation.html", + "extDocId": "search-aggregations-pipeline-sum-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-sum-bucket-aggregation.html", "name": "sum_bucket", "required": false, "type": { @@ -52335,8 +52337,8 @@ }, { "description": "A multi-bucket value source based aggregation where buckets are dynamically built - one per unique value.", - "docId": "search-aggregations-bucket-terms-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-terms-aggregation.html", + "extDocId": "search-aggregations-bucket-terms-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-terms-aggregation.html", "name": "terms", "required": false, "type": { @@ -52357,8 +52359,8 @@ } }, "description": "The time series aggregation queries data created using a time series index.\nThis is typically data such as metrics or other data streams with a time component, and requires creating an index using the time series mode.", - "docId": "search-aggregations-bucket-time-series-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-time-series-aggregation.html", + "extDocId": "search-aggregations-bucket-time-series-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-time-series-aggregation.html", "name": "time_series", "required": false, "type": { @@ -52371,8 +52373,8 @@ }, { "description": "A metric aggregation that returns the top matching documents per bucket.", - "docId": "search-aggregations-metrics-top-hits-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-top-hits-aggregation.html", + "extDocId": "search-aggregations-metrics-top-hits-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-top-hits-aggregation.html", "name": "top_hits", "required": false, "type": { @@ -52385,8 +52387,8 @@ }, { "description": "A metrics aggregation that performs a statistical hypothesis test in which the test statistic follows a Student’s t-distribution under the null hypothesis on numeric values extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-ttest-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-ttest-aggregation.html", + "extDocId": "search-aggregations-metrics-ttest-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-ttest-aggregation.html", "name": "t_test", "required": false, "type": { @@ -52399,8 +52401,8 @@ }, { "description": "A metric aggregation that selects metrics from the document with the largest or smallest sort value.", - "docId": "search-aggregations-metrics-top-metrics", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-top-metrics.html", + "extDocId": "search-aggregations-metrics-top-metrics", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-top-metrics.html", "name": "top_metrics", "required": false, "type": { @@ -52413,8 +52415,8 @@ }, { "description": "A single-value metrics aggregation that counts the number of values that are extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-valuecount-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-valuecount-aggregation.html", + "extDocId": "search-aggregations-metrics-valuecount-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-valuecount-aggregation.html", "name": "value_count", "required": false, "type": { @@ -52427,8 +52429,8 @@ }, { "description": "A single-value metrics aggregation that computes the weighted average of numeric values that are extracted from the aggregated documents.", - "docId": "search-aggregations-metrics-weight-avg-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-weight-avg-aggregation.html", + "extDocId": "search-aggregations-metrics-weight-avg-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-weight-avg-aggregation.html", "name": "weighted_avg", "required": false, "type": { @@ -52441,8 +52443,8 @@ }, { "description": "A multi-bucket aggregation similar to the histogram, except instead of providing an interval to use as the width of each bucket, a target number of buckets is provided.", - "docId": "search-aggregations-bucket-variablewidthhistogram-aggregation", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-variablewidthhistogram-aggregation.html", + "extDocId": "search-aggregations-bucket-variablewidthhistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-variablewidthhistogram-aggregation.html", "name": "variable_width_histogram", "required": false, "type": { @@ -52528,7 +52530,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L679-L692" + "specLocation": "_types/aggregations/bucket.ts#L691-L704" }, { "kind": "interface", @@ -52587,6 +52589,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-autodatehistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-autodatehistogram-aggregation.html", "inherits": { "generics": [ { @@ -52619,11 +52623,13 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L360-L364", + "specLocation": "_types/aggregations/Aggregate.ts#L393-L400", "variantName": "auto_date_histogram" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-autodatehistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-autodatehistogram-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -52750,7 +52756,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L72-L107" + "specLocation": "_types/aggregations/bucket.ts#L72-L110" }, { "kind": "interface", @@ -52769,6 +52775,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-avg-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-avg-bucket-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -52780,10 +52788,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L78-L78" + "specLocation": "_types/aggregations/pipeline.ts#L78-L81" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-avg-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-avg-aggregation.html", "inherits": { "type": { "name": "SingleMetricAggregateBase", @@ -52795,11 +52805,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L211-L212", + "specLocation": "_types/aggregations/Aggregate.ts#L218-L222", "variantName": "avg" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-boxplot-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-boxplot-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -52966,7 +52978,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L722-L738", + "specLocation": "_types/aggregations/Aggregate.ts#L806-L825", "variantName": "boxplot" }, { @@ -53016,6 +53028,8 @@ { "kind": "interface", "description": "A sibling pipeline aggregation which executes a correlation function on the configured sibling multi-bucket aggregation.", + "extDocId": "search-aggregations-bucket-correlation-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-correlation-aggregation.html", "inherits": { "type": { "name": "BucketPathAggregation", @@ -53040,7 +53054,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L129-L135" + "specLocation": "_types/aggregations/pipeline.ts#L139-L146" }, { "kind": "interface", @@ -53062,7 +53076,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L137-L142" + "specLocation": "_types/aggregations/pipeline.ts#L148-L153" }, { "kind": "interface", @@ -53084,7 +53098,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L144-L147" + "specLocation": "_types/aggregations/pipeline.ts#L155-L158" }, { "kind": "interface", @@ -53136,11 +53150,13 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L149-L167" + "specLocation": "_types/aggregations/pipeline.ts#L160-L178" }, { "kind": "interface", "description": "A sibling pipeline aggregation which executes a two sample Kolmogorov–Smirnov test (referred\nto as a \"K-S test\" from now on) against a provided distribution, and the distribution implied\nby the documents counts in the configured sibling aggregation. Specifically, for some metric,\nassuming that the percentile intervals of the metric are known beforehand or have been computed\nby an aggregation, then one would use range aggregation for the sibling to compute the p-value\nof the distribution difference between the metric and the restriction of that metric to a subset\nof the documents. A natural use case is if the sibling aggregation range aggregation nested in a\nterms aggregation, in which case one compares the overall distribution of metric to its restriction\nto each term.", + "extDocId": "search-aggregations-bucket-count-ks-test-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-count-ks-test-aggregation.html", "inherits": { "type": { "name": "BucketPathAggregation", @@ -53195,7 +53211,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L94-L127" + "specLocation": "_types/aggregations/pipeline.ts#L103-L137" }, { "kind": "interface", @@ -53225,7 +53241,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L235-L238", + "specLocation": "_types/aggregations/Aggregate.ts#L250-L253", "variantName": "bucket_metric_value" }, { @@ -53260,6 +53276,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-bucket-script-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-script-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -53284,10 +53302,12 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L80-L85" + "specLocation": "_types/aggregations/pipeline.ts#L83-L91" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-bucket-selector-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-selector-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -53312,10 +53332,12 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L87-L92" + "specLocation": "_types/aggregations/pipeline.ts#L93-L101" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-bucket-sort-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-bucket-sort-aggregation.html", "inherits": { "type": { "name": "Aggregation", @@ -53381,7 +53403,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L169-L190" + "specLocation": "_types/aggregations/pipeline.ts#L180-L204" }, { "kind": "type_alias", @@ -53400,7 +53422,7 @@ "name": "Buckets", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/Aggregate.ts#L318-L327", + "specLocation": "_types/aggregations/Aggregate.ts#L346-L355", "type": { "kind": "union_of", "items": [ @@ -53545,7 +53567,7 @@ "name": "CalendarInterval", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L256-L273" + "specLocation": "_types/aggregations/bucket.ts#L262-L279" }, { "kind": "interface", @@ -53660,6 +53682,8 @@ { "kind": "interface", "description": "A multi-bucket aggregation that groups semi-structured text into buckets. Each text\nfield is re-analyzed using a custom analyzer. The resulting tokens are then categorized\ncreating buckets of similarly formatted text values. This aggregation works best with machine\ngenerated text like system logs. Only the first 100 analyzed tokens are used to categorize the text.", + "extDocId": "search-aggregations-bucket-categorize-text-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-categorize-text-aggregation.html", "inherits": { "type": { "name": "Aggregation", @@ -53799,7 +53823,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1081-L1145" + "specLocation": "_types/aggregations/bucket.ts#L1117-L1182" }, { "kind": "type_alias", @@ -53811,7 +53835,7 @@ "name": "CategorizeTextAnalyzer", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1147-L1150", + "specLocation": "_types/aggregations/bucket.ts#L1184-L1187", "type": { "kind": "union_of", "items": [ @@ -53864,13 +53888,15 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L761-L770" + "specLocation": "_types/aggregations/bucket.ts#L782-L791" }, { "kind": "interface", "attachedBehaviors": [ "AdditionalProperties" ], + "extDocId": "search-aggregations-bucket-children-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-children-aggregation.html", "inherits": { "type": { "name": "SingleBucketAggregateBase", @@ -53882,7 +53908,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L792-L793", + "specLocation": "_types/aggregations/Aggregate.ts#L888-L892", "variantName": "children" }, { @@ -53911,7 +53937,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L118-L123" + "specLocation": "_types/aggregations/bucket.ts#L121-L126" }, { "kind": "interface", @@ -53947,7 +53973,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L624-L629", + "specLocation": "_types/aggregations/Aggregate.ts#L698-L703", "variantName": "composite" }, { @@ -53956,7 +53982,7 @@ "name": "CompositeAggregateKey", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L125-L125", + "specLocation": "_types/aggregations/bucket.ts#L128-L128", "type": { "kind": "dictionary_of", "key": { @@ -53978,6 +54004,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-composite-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-composite-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -54041,7 +54069,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L127-L143" + "specLocation": "_types/aggregations/bucket.ts#L130-L149" }, { "kind": "interface", @@ -54119,7 +54147,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L164-L173" + "specLocation": "_types/aggregations/bucket.ts#L170-L179" }, { "kind": "interface", @@ -54177,7 +54205,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L145-L162" + "specLocation": "_types/aggregations/bucket.ts#L151-L168" }, { "kind": "interface", @@ -54207,7 +54235,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L631-L633" + "specLocation": "_types/aggregations/Aggregate.ts#L705-L707" }, { "kind": "interface", @@ -54280,7 +54308,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L181-L189" + "specLocation": "_types/aggregations/bucket.ts#L187-L195" }, { "kind": "interface", @@ -54318,7 +54346,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L191-L194" + "specLocation": "_types/aggregations/bucket.ts#L197-L200" }, { "kind": "interface", @@ -54345,7 +54373,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L177-L179" + "specLocation": "_types/aggregations/bucket.ts#L183-L185" }, { "kind": "interface", @@ -54360,7 +54388,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L175-L175" + "specLocation": "_types/aggregations/bucket.ts#L181-L181" }, { "kind": "interface", @@ -54399,11 +54427,13 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L763-L771", + "specLocation": "_types/aggregations/Aggregate.ts#L856-L864", "variantName": "simple_long_value" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-cumulative-cardinality-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-cumulative-cardinality-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -54415,10 +54445,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L192-L192" + "specLocation": "_types/aggregations/pipeline.ts#L206-L209" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-cumulative-sum-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-cumulative-sum-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -54430,7 +54462,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L194-L194" + "specLocation": "_types/aggregations/pipeline.ts#L211-L214" }, { "kind": "interface", @@ -54479,10 +54511,12 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1152-L1156" + "specLocation": "_types/aggregations/bucket.ts#L1189-L1193" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-datehistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-datehistogram-aggregation.html", "inherits": { "generics": [ { @@ -54503,7 +54537,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L352-L353", + "specLocation": "_types/aggregations/Aggregate.ts#L383-L386", "variantName": "date_histogram" }, { @@ -54726,7 +54760,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L196-L254" + "specLocation": "_types/aggregations/bucket.ts#L202-L260" }, { "kind": "interface", @@ -54776,11 +54810,13 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L355-L358" + "specLocation": "_types/aggregations/Aggregate.ts#L388-L391" }, { "kind": "interface", "description": "Result of a `date_range` aggregation. Same format as a for a `range` aggregation: `from` and `to`\nin `buckets` are milliseconds since the Epoch, represented as a floating point number.", + "extDocId": "search-aggregations-bucket-daterange-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-daterange-aggregation.html", "inherits": { "type": { "name": "RangeAggregate", @@ -54792,7 +54828,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L549-L554", + "specLocation": "_types/aggregations/Aggregate.ts#L609-L615", "variantName": "date_range" }, { @@ -54884,7 +54920,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L275-L301" + "specLocation": "_types/aggregations/bucket.ts#L281-L307" }, { "kind": "interface", @@ -54930,10 +54966,12 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L312-L325" + "specLocation": "_types/aggregations/bucket.ts#L318-L331" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-derivative-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-derivative-aggregation.html", "inherits": { "type": { "name": "SingleMetricAggregateBase", @@ -54968,7 +55006,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L229-L233", + "specLocation": "_types/aggregations/Aggregate.ts#L241-L248", "variantName": "derivative" }, { @@ -54984,10 +55022,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L196-L196" + "specLocation": "_types/aggregations/pipeline.ts#L216-L216" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-diversified-sampler-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-diversified-sampler-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -55062,7 +55102,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L327-L348" + "specLocation": "_types/aggregations/bucket.ts#L333-L357" }, { "kind": "interface", @@ -55087,7 +55127,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L415-L420", + "specLocation": "_types/aggregations/Aggregate.ts#L451-L456", "variantName": "dterms" }, { @@ -55129,7 +55169,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L422-L425" + "specLocation": "_types/aggregations/Aggregate.ts#L458-L461" }, { "kind": "interface", @@ -55150,7 +55190,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L267-L269" + "specLocation": "_types/aggregations/pipeline.ts#L293-L295" }, { "kind": "interface", @@ -55185,7 +55225,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L252-L255" + "specLocation": "_types/aggregations/pipeline.ts#L278-L281" }, { "kind": "interface", @@ -55225,10 +55265,12 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L496-L505" + "specLocation": "_types/aggregations/bucket.ts#L508-L517" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-extendedstats-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-extendedstats-aggregation.html", "inherits": { "type": { "name": "StatsAggregate", @@ -55479,7 +55521,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L280-L298", + "specLocation": "_types/aggregations/Aggregate.ts#L299-L320", "variantName": "extended_stats" }, { @@ -55523,7 +55565,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L300-L301", + "specLocation": "_types/aggregations/Aggregate.ts#L322-L323", "variantName": "extended_stats_bucket" }, { @@ -55552,7 +55594,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L198-L203" + "specLocation": "_types/aggregations/pipeline.ts#L218-L223" }, { "kind": "type_alias", @@ -55565,7 +55607,7 @@ "name": "FieldDateMath", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L303-L310", + "specLocation": "_types/aggregations/bucket.ts#L309-L316", "type": { "kind": "union_of", "items": [ @@ -55591,6 +55633,8 @@ "attachedBehaviors": [ "AdditionalProperties" ], + "extDocId": "search-aggregations-bucket-filter-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-filter-aggregation.html", "inherits": { "type": { "name": "SingleBucketAggregateBase", @@ -55602,11 +55646,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L501-L502", + "specLocation": "_types/aggregations/Aggregate.ts#L552-L556", "variantName": "filter" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-filters-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-filters-aggregation.html", "inherits": { "generics": [ { @@ -55627,7 +55673,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L574-L575", + "specLocation": "_types/aggregations/Aggregate.ts#L639-L643", "variantName": "filters" }, { @@ -55703,7 +55749,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L365-L385" + "specLocation": "_types/aggregations/bucket.ts#L374-L394" }, { "kind": "interface", @@ -55721,7 +55767,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L577-L577" + "specLocation": "_types/aggregations/Aggregate.ts#L645-L645" }, { "kind": "interface", @@ -55799,11 +55845,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L645-L646", + "specLocation": "_types/aggregations/Aggregate.ts#L722-L723", "variantName": "frequent_item_sets" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-frequent-item-sets-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-frequent-item-sets-aggregation.html", "name": { "name": "FrequentItemSetsAggregation", "namespace": "_types.aggregations" @@ -55876,7 +55924,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1203-L1227" + "specLocation": "_types/aggregations/bucket.ts#L1240-L1267" }, { "kind": "interface", @@ -55931,7 +55979,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L648-L651" + "specLocation": "_types/aggregations/Aggregate.ts#L725-L728" }, { "kind": "interface", @@ -55976,7 +56024,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1189-L1201" + "specLocation": "_types/aggregations/bucket.ts#L1226-L1238" }, { "kind": "enum", @@ -56002,6 +56050,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-geobounds-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geobounds-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -56025,11 +56075,13 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L305-L308", + "specLocation": "_types/aggregations/Aggregate.ts#L327-L333", "variantName": "geo_bounds" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-geobounds-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geobounds-aggregation.html", "inherits": { "type": { "name": "MetricAggregationBase", @@ -56055,10 +56107,12 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L108-L114" + "specLocation": "_types/aggregations/metric.ts#L108-L117" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-geocentroid-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geocentroid-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -56093,7 +56147,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L310-L314", + "specLocation": "_types/aggregations/Aggregate.ts#L335-L342", "variantName": "geo_centroid" }, { @@ -56132,11 +56186,13 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L116-L119" + "specLocation": "_types/aggregations/metric.ts#L119-L122" }, { "kind": "interface", "description": "Result of a `geo_distance` aggregation. The unit for `from` and `to` is meters by default.", + "extDocId": "search-aggregations-bucket-geodistance-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geodistance-aggregation.html", "inherits": { "type": { "name": "RangeAggregate", @@ -56148,7 +56204,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L556-L560", + "specLocation": "_types/aggregations/Aggregate.ts#L617-L622", "variantName": "geo_distance" }, { @@ -56230,7 +56286,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L387-L410" + "specLocation": "_types/aggregations/bucket.ts#L396-L419" }, { "kind": "interface", @@ -56254,11 +56310,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L512-L514", + "specLocation": "_types/aggregations/Aggregate.ts#L566-L568", "variantName": "geohash_grid" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-geohashgrid-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geohashgrid-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -56333,7 +56391,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L412-L437" + "specLocation": "_types/aggregations/bucket.ts#L421-L449" }, { "kind": "interface", @@ -56363,7 +56421,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L516-L518" + "specLocation": "_types/aggregations/Aggregate.ts#L570-L572" }, { "kind": "interface", @@ -56387,7 +56445,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L528-L529", + "specLocation": "_types/aggregations/Aggregate.ts#L585-L586", "variantName": "geohex_grid" }, { @@ -56418,10 +56476,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L531-L533" + "specLocation": "_types/aggregations/Aggregate.ts#L588-L590" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-geo-line", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-geo-line.html", "inherits": { "type": { "name": "AggregateBase", @@ -56463,7 +56523,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L800-L807", + "specLocation": "_types/aggregations/Aggregate.ts#L902-L912", "variantName": "geo_line" }, { @@ -56536,7 +56596,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L121-L146" + "specLocation": "_types/aggregations/metric.ts#L124-L149" }, { "kind": "interface", @@ -56558,7 +56618,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L155-L160" + "specLocation": "_types/aggregations/metric.ts#L158-L163" }, { "kind": "interface", @@ -56580,10 +56640,12 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L148-L153" + "specLocation": "_types/aggregations/metric.ts#L151-L156" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-geotilegrid-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geotilegrid-aggregation.html", "inherits": { "generics": [ { @@ -56604,7 +56666,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L520-L522", + "specLocation": "_types/aggregations/Aggregate.ts#L574-L579", "variantName": "geotile_grid" }, { @@ -56683,7 +56745,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L439-L465" + "specLocation": "_types/aggregations/bucket.ts#L451-L477" }, { "kind": "interface", @@ -56713,7 +56775,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L524-L526" + "specLocation": "_types/aggregations/Aggregate.ts#L581-L583" }, { "kind": "interface", @@ -56791,13 +56853,15 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L467-L492" + "specLocation": "_types/aggregations/bucket.ts#L479-L504" }, { "kind": "interface", "attachedBehaviors": [ "AdditionalProperties" ], + "extDocId": "search-aggregations-bucket-global-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-global-aggregation.html", "inherits": { "type": { "name": "SingleBucketAggregateBase", @@ -56809,7 +56873,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L498-L499", + "specLocation": "_types/aggregations/Aggregate.ts#L546-L550", "variantName": "global" }, { @@ -56825,7 +56889,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L494-L494" + "specLocation": "_types/aggregations/bucket.ts#L506-L506" }, { "kind": "interface", @@ -56847,7 +56911,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L772-L777" + "specLocation": "_types/aggregations/bucket.ts#L793-L798" }, { "kind": "interface", @@ -56869,7 +56933,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L216-L221" + "specLocation": "_types/aggregations/metric.ts#L225-L230" }, { "kind": "interface", @@ -56905,6 +56969,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-histogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-histogram-aggregation.html", "inherits": { "generics": [ { @@ -56925,7 +56991,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L344-L345", + "specLocation": "_types/aggregations/Aggregate.ts#L372-L376", "variantName": "histogram" }, { @@ -57091,7 +57157,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L507-L553" + "specLocation": "_types/aggregations/bucket.ts#L519-L565" }, { "kind": "interface", @@ -57132,7 +57198,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L347-L350" + "specLocation": "_types/aggregations/Aggregate.ts#L378-L381" }, { "kind": "interface", @@ -57164,7 +57230,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L271-L274" + "specLocation": "_types/aggregations/pipeline.ts#L297-L300" }, { "kind": "interface", @@ -57199,7 +57265,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L257-L260" + "specLocation": "_types/aggregations/pipeline.ts#L283-L286" }, { "kind": "interface", @@ -57275,7 +57341,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L275-L282" + "specLocation": "_types/aggregations/pipeline.ts#L301-L308" }, { "kind": "interface", @@ -57310,7 +57376,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L262-L265" + "specLocation": "_types/aggregations/pipeline.ts#L288-L291" }, { "kind": "enum", @@ -57328,7 +57394,7 @@ "name": "HoltWintersType", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/pipeline.ts#L283-L286" + "specLocation": "_types/aggregations/pipeline.ts#L309-L312" }, { "kind": "interface", @@ -57359,6 +57425,8 @@ } } ], + "extDocId": "search-aggregations-pipeline-inference-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-inference-bucket-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -57421,7 +57489,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L672-L686", + "specLocation": "_types/aggregations/Aggregate.ts#L755-L770", "variantName": "inference" }, { @@ -57462,7 +57530,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L205-L214" + "specLocation": "_types/aggregations/pipeline.ts#L225-L234" }, { "kind": "interface", @@ -57494,7 +57562,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L700-L703" + "specLocation": "_types/aggregations/Aggregate.ts#L784-L787" }, { "kind": "interface", @@ -57528,7 +57596,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L216-L222", + "specLocation": "_types/aggregations/pipeline.ts#L236-L242", "variants": { "kind": "container" } @@ -57577,7 +57645,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L694-L698" + "specLocation": "_types/aggregations/Aggregate.ts#L778-L782" }, { "kind": "interface", @@ -57620,10 +57688,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L688-L692" + "specLocation": "_types/aggregations/Aggregate.ts#L772-L776" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-ipprefix-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-ipprefix-aggregation.html", "inherits": { "generics": [ { @@ -57644,7 +57714,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L635-L636", + "specLocation": "_types/aggregations/Aggregate.ts#L709-L713", "variantName": "ip_prefix" }, { @@ -57736,7 +57806,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1158-L1187" + "specLocation": "_types/aggregations/bucket.ts#L1195-L1224" }, { "kind": "interface", @@ -57799,10 +57869,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L638-L643" + "specLocation": "_types/aggregations/Aggregate.ts#L715-L720" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-iprange-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-iprange-aggregation.html", "inherits": { "generics": [ { @@ -57823,7 +57895,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L562-L564", + "specLocation": "_types/aggregations/Aggregate.ts#L624-L629", "variantName": "ip_range" }, { @@ -57867,7 +57939,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L555-L564" + "specLocation": "_types/aggregations/bucket.ts#L567-L576" }, { "kind": "interface", @@ -57937,7 +58009,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L566-L579" + "specLocation": "_types/aggregations/bucket.ts#L578-L591" }, { "kind": "interface", @@ -57989,7 +58061,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L566-L570" + "specLocation": "_types/aggregations/Aggregate.ts#L631-L635" }, { "kind": "type_alias", @@ -58069,7 +58141,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L242-L245" + "specLocation": "_types/aggregations/pipeline.ts#L268-L271" }, { "kind": "interface", @@ -58094,7 +58166,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L435-L440", + "specLocation": "_types/aggregations/Aggregate.ts#L471-L476", "variantName": "lrareterms" }, { @@ -58136,7 +58208,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L442-L445" + "specLocation": "_types/aggregations/Aggregate.ts#L478-L481" }, { "kind": "interface", @@ -58161,7 +58233,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L403-L408", + "specLocation": "_types/aggregations/Aggregate.ts#L439-L444", "variantName": "lterms" }, { @@ -58203,7 +58275,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L410-L413" + "specLocation": "_types/aggregations/Aggregate.ts#L446-L449" }, { "kind": "interface", @@ -58258,6 +58330,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-matrix-stats-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-matrix-stats-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -58295,7 +58369,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L773-L777", + "specLocation": "_types/aggregations/Aggregate.ts#L866-L873", "variantName": "matrix_stats" }, { @@ -58445,10 +58519,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L779-L788" + "specLocation": "_types/aggregations/Aggregate.ts#L875-L884" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-max-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-max-aggregation.html", "inherits": { "type": { "name": "SingleMetricAggregateBase", @@ -58460,7 +58536,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L202-L203", + "specLocation": "_types/aggregations/Aggregate.ts#L205-L209", "variantName": "max" }, { @@ -58476,10 +58552,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L162-L162" + "specLocation": "_types/aggregations/metric.ts#L165-L165" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-max-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-max-bucket-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -58491,7 +58569,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L224-L224" + "specLocation": "_types/aggregations/pipeline.ts#L244-L247" }, { "kind": "interface", @@ -58511,6 +58589,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-median-absolute-deviation-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-median-absolute-deviation-aggregation.html", "inherits": { "type": { "name": "FormatMetricAggregationBase", @@ -58536,7 +58616,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L164-L170" + "specLocation": "_types/aggregations/metric.ts#L167-L176" }, { "kind": "interface", @@ -58585,6 +58665,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-min-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-min-aggregation.html", "inherits": { "type": { "name": "SingleMetricAggregateBase", @@ -58596,7 +58678,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L199-L200", + "specLocation": "_types/aggregations/Aggregate.ts#L199-L203", "variantName": "min" }, { @@ -58612,10 +58694,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L172-L172" + "specLocation": "_types/aggregations/metric.ts#L178-L178" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-min-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-min-bucket-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -58627,7 +58711,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L226-L226" + "specLocation": "_types/aggregations/pipeline.ts#L249-L252" }, { "kind": "enum", @@ -58655,7 +58739,7 @@ "name": "MinimumInterval", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L109-L116" + "specLocation": "_types/aggregations/bucket.ts#L112-L119" }, { "kind": "type_alias", @@ -58703,6 +58787,8 @@ "attachedBehaviors": [ "AdditionalProperties" ], + "extDocId": "search-aggregations-bucket-missing-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-missing-aggregation.html", "inherits": { "type": { "name": "SingleBucketAggregateBase", @@ -58714,7 +58800,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L489-L490", + "specLocation": "_types/aggregations/Aggregate.ts#L528-L532", "variantName": "missing" }, { @@ -58754,7 +58840,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L581-L587" + "specLocation": "_types/aggregations/bucket.ts#L593-L599" }, { "kind": "enum", @@ -58781,7 +58867,7 @@ "name": "MovingAverageAggregation", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/pipeline.ts#L228-L234", + "specLocation": "_types/aggregations/pipeline.ts#L254-L260", "type": { "kind": "union_of", "items": [ @@ -58874,10 +58960,12 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L236-L240" + "specLocation": "_types/aggregations/pipeline.ts#L262-L266" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-movfn-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-movfn-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -58927,10 +59015,12 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L288-L303" + "specLocation": "_types/aggregations/pipeline.ts#L314-L332" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-moving-percentiles-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-moving-percentiles-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -58979,7 +59069,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L305-L317" + "specLocation": "_types/aggregations/pipeline.ts#L334-L349" }, { "kind": "interface", @@ -59021,7 +59111,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L329-L331" + "specLocation": "_types/aggregations/Aggregate.ts#L357-L359" }, { "kind": "interface", @@ -59074,7 +59164,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L333-L342" + "specLocation": "_types/aggregations/Aggregate.ts#L361-L370" }, { "kind": "interface", @@ -59108,10 +59198,12 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L631-L641" + "specLocation": "_types/aggregations/bucket.ts#L643-L653" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-multi-terms-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-multi-terms-aggregation.html", "inherits": { "generics": [ { @@ -59132,7 +59224,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L465-L467", + "specLocation": "_types/aggregations/Aggregate.ts#L501-L506", "variantName": "multi_terms" }, { @@ -59253,7 +59345,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L589-L629" + "specLocation": "_types/aggregations/bucket.ts#L601-L641" }, { "kind": "interface", @@ -59308,7 +59400,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L469-L473" + "specLocation": "_types/aggregations/Aggregate.ts#L508-L512" }, { "kind": "interface", @@ -59342,13 +59434,15 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L779-L788" + "specLocation": "_types/aggregations/bucket.ts#L800-L809" }, { "kind": "interface", "attachedBehaviors": [ "AdditionalProperties" ], + "extDocId": "search-aggregations-bucket-nested-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-nested-aggregation.html", "inherits": { "type": { "name": "SingleBucketAggregateBase", @@ -59360,7 +59454,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L492-L493", + "specLocation": "_types/aggregations/Aggregate.ts#L534-L538", "variantName": "nested" }, { @@ -59389,10 +59483,12 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L643-L648" + "specLocation": "_types/aggregations/bucket.ts#L655-L660" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-normalize-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-normalize-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -59417,7 +59513,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L319-L324" + "specLocation": "_types/aggregations/pipeline.ts#L351-L359" }, { "kind": "enum", @@ -59452,13 +59548,15 @@ "name": "NormalizeMethod", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/pipeline.ts#L326-L352" + "specLocation": "_types/aggregations/pipeline.ts#L361-L387" }, { "kind": "interface", "attachedBehaviors": [ "AdditionalProperties" ], + "extDocId": "search-aggregations-bucket-parent-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-parent-aggregation.html", "inherits": { "type": { "name": "SingleBucketAggregateBase", @@ -59470,7 +59568,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L795-L796", + "specLocation": "_types/aggregations/Aggregate.ts#L894-L898", "variantName": "parent" }, { @@ -59499,7 +59597,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L650-L655" + "specLocation": "_types/aggregations/bucket.ts#L662-L667" }, { "kind": "interface", @@ -59508,10 +59606,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L790-L790" + "specLocation": "_types/aggregations/bucket.ts#L811-L811" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-percentile-rank-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-percentile-rank-aggregation.html", "inherits": { "type": { "name": "FormatMetricAggregationBase", @@ -59588,7 +59688,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L174-L193" + "specLocation": "_types/aggregations/metric.ts#L180-L202" }, { "kind": "type_alias", @@ -59717,7 +59817,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L195-L214" + "specLocation": "_types/aggregations/metric.ts#L204-L223" }, { "kind": "interface", @@ -59737,6 +59837,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-percentiles-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-percentiles-bucket-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -59764,7 +59866,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L354-L359" + "specLocation": "_types/aggregations/pipeline.ts#L389-L397" }, { "kind": "interface", @@ -59811,6 +59913,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-random-sampler-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-random-sampler-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -59864,10 +59968,12 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L734-L751" + "specLocation": "_types/aggregations/bucket.ts#L749-L769" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-range-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-range-aggregation.html", "inherits": { "generics": [ { @@ -59888,7 +59994,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L537-L538", + "specLocation": "_types/aggregations/Aggregate.ts#L594-L598", "variantName": "range" }, { @@ -59978,7 +60084,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L657-L677" + "specLocation": "_types/aggregations/bucket.ts#L669-L689" }, { "kind": "interface", @@ -60053,10 +60159,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L540-L547" + "specLocation": "_types/aggregations/Aggregate.ts#L600-L607" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-rare-terms-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-rare-terms-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -60154,10 +60262,12 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L694-L724" + "specLocation": "_types/aggregations/bucket.ts#L706-L739" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-rate-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-rate-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -60192,7 +60302,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L757-L761", + "specLocation": "_types/aggregations/Aggregate.ts#L847-L854", "variantName": "rate" }, { @@ -60234,7 +60344,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L230-L241" + "specLocation": "_types/aggregations/metric.ts#L239-L250" }, { "kind": "enum", @@ -60252,13 +60362,15 @@ "name": "RateMode", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/metric.ts#L243-L252" + "specLocation": "_types/aggregations/metric.ts#L252-L261" }, { "kind": "interface", "attachedBehaviors": [ "AdditionalProperties" ], + "extDocId": "search-aggregations-bucket-reverse-nested-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-reverse-nested-aggregation.html", "inherits": { "type": { "name": "SingleBucketAggregateBase", @@ -60270,7 +60382,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L495-L496", + "specLocation": "_types/aggregations/Aggregate.ts#L540-L544", "variantName": "reverse_nested" }, { @@ -60299,7 +60411,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L726-L732" + "specLocation": "_types/aggregations/bucket.ts#L741-L747" }, { "kind": "interface", @@ -60317,11 +60429,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L504-L505", + "specLocation": "_types/aggregations/Aggregate.ts#L558-L559", "variantName": "sampler" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-sampler-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-sampler-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -60347,7 +60461,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L753-L759" + "specLocation": "_types/aggregations/bucket.ts#L771-L780" }, { "kind": "enum", @@ -60369,7 +60483,7 @@ "name": "SamplerAggregationExecutionHint", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L350-L363" + "specLocation": "_types/aggregations/bucket.ts#L359-L372" }, { "kind": "interface", @@ -60390,10 +60504,12 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L792-L794" + "specLocation": "_types/aggregations/bucket.ts#L813-L815" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-scripted-metric-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-scripted-metric-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -60413,7 +60529,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L662-L665", + "specLocation": "_types/aggregations/Aggregate.ts#L739-L745", "variantName": "scripted_metric" }, { @@ -60497,10 +60613,12 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L254-L280" + "specLocation": "_types/aggregations/metric.ts#L263-L289" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-serialdiff-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-serialdiff-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -60525,7 +60643,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L361-L367" + "specLocation": "_types/aggregations/pipeline.ts#L399-L408" }, { "kind": "interface", @@ -60549,7 +60667,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L594-L596", + "specLocation": "_types/aggregations/Aggregate.ts#L668-L670", "variantName": "siglterms" }, { @@ -60591,7 +60709,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L603-L606" + "specLocation": "_types/aggregations/Aggregate.ts#L677-L680" }, { "kind": "interface", @@ -60615,7 +60733,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L608-L610", + "specLocation": "_types/aggregations/Aggregate.ts#L682-L684", "variantName": "sigsterms" }, { @@ -60646,10 +60764,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L612-L614" + "specLocation": "_types/aggregations/Aggregate.ts#L686-L688" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-significanttext-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-significanttext-aggregation.html", "generics": [ { "name": "T", @@ -60699,10 +60819,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L587-L592" + "specLocation": "_types/aggregations/Aggregate.ts#L658-L666" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-significanttext-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-significanttext-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -60896,7 +61018,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L796-L860" + "specLocation": "_types/aggregations/bucket.ts#L817-L884" }, { "kind": "interface", @@ -60937,10 +61059,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L598-L601" + "specLocation": "_types/aggregations/Aggregate.ts#L672-L675" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-significanttext-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-significanttext-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -61158,7 +61282,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L862-L934" + "specLocation": "_types/aggregations/bucket.ts#L886-L961" }, { "kind": "interface", @@ -61193,7 +61317,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L247-L250" + "specLocation": "_types/aggregations/pipeline.ts#L273-L276" }, { "kind": "interface", @@ -61208,7 +61332,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L226-L227", + "specLocation": "_types/aggregations/Aggregate.ts#L238-L239", "variantName": "simple_value" }, { @@ -61268,7 +61392,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L477-L487" + "specLocation": "_types/aggregations/Aggregate.ts#L516-L526" }, { "kind": "interface", @@ -61467,7 +61591,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L262-L269" + "specLocation": "_types/aggregations/Aggregate.ts#L281-L288" }, { "kind": "interface", @@ -61543,11 +61667,13 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L271-L278" + "specLocation": "_types/aggregations/Aggregate.ts#L290-L297" }, { "kind": "interface", "description": "Statistics aggregation result. `min`, `max` and `avg` are missing if there were no values to process\n(`count` is zero).", + "extDocId": "search-aggregations-metrics-stats-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-stats-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -61695,7 +61821,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L242-L257", + "specLocation": "_types/aggregations/Aggregate.ts#L257-L273", "variantName": "stats" }, { @@ -61711,10 +61837,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L282-L282" + "specLocation": "_types/aggregations/metric.ts#L291-L291" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-stats-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-stats-bucket-aggregation.html", "inherits": { "type": { "name": "StatsAggregate", @@ -61726,7 +61854,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L259-L260", + "specLocation": "_types/aggregations/Aggregate.ts#L275-L279", "variantName": "stats_bucket" }, { @@ -61742,7 +61870,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L369-L369" + "specLocation": "_types/aggregations/pipeline.ts#L410-L410" }, { "kind": "interface", @@ -61767,7 +61895,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L447-L451", + "specLocation": "_types/aggregations/Aggregate.ts#L483-L487", "variantName": "srareterms" }, { @@ -61798,7 +61926,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L453-L455" + "specLocation": "_types/aggregations/Aggregate.ts#L489-L491" }, { "kind": "interface", @@ -61984,7 +62112,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L709-L720", + "specLocation": "_types/aggregations/Aggregate.ts#L793-L804", "variantName": "string_stats" }, { @@ -62014,7 +62142,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L284-L290" + "specLocation": "_types/aggregations/metric.ts#L293-L299" }, { "kind": "interface", @@ -62039,7 +62167,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L388-L393", + "specLocation": "_types/aggregations/Aggregate.ts#L424-L429", "variantName": "sterms" }, { @@ -62070,11 +62198,13 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L399-L401" + "specLocation": "_types/aggregations/Aggregate.ts#L435-L437" }, { "kind": "interface", "description": "Sum aggregation result. `value` is always present and is zero if there were no values to process.", + "extDocId": "search-aggregations-metrics-sum-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-sum-aggregation.html", "inherits": { "type": { "name": "SingleMetricAggregateBase", @@ -62086,7 +62216,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L205-L209", + "specLocation": "_types/aggregations/Aggregate.ts#L211-L216", "variantName": "sum" }, { @@ -62102,10 +62232,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L292-L292" + "specLocation": "_types/aggregations/metric.ts#L301-L301" }, { "kind": "interface", + "extDocId": "search-aggregations-pipeline-sum-bucket-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-pipeline-sum-bucket-aggregation.html", "inherits": { "type": { "name": "PipelineAggregationBase", @@ -62117,7 +62249,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L371-L371" + "specLocation": "_types/aggregations/pipeline.ts#L412-L415" }, { "kind": "interface", @@ -62139,7 +62271,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L223-L228" + "specLocation": "_types/aggregations/metric.ts#L232-L237" }, { "kind": "interface", @@ -62175,6 +62307,8 @@ }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-ttest-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-ttest-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -62221,7 +62355,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L751-L755", + "specLocation": "_types/aggregations/Aggregate.ts#L838-L845", "variantName": "t_test" }, { @@ -62275,7 +62409,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L294-L308" + "specLocation": "_types/aggregations/metric.ts#L303-L317" }, { "kind": "enum", @@ -62297,7 +62431,7 @@ "name": "TTestType", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/metric.ts#L322-L335" + "specLocation": "_types/aggregations/metric.ts#L331-L344" }, { "kind": "interface", @@ -62350,10 +62484,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L381-L386" + "specLocation": "_types/aggregations/Aggregate.ts#L417-L422" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-terms-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-terms-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -62568,7 +62704,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L936-L1001" + "specLocation": "_types/aggregations/bucket.ts#L963-L1031" }, { "kind": "enum", @@ -62586,7 +62722,7 @@ "name": "TermsAggregationCollectMode", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1023-L1032" + "specLocation": "_types/aggregations/bucket.ts#L1056-L1065" }, { "kind": "enum", @@ -62608,7 +62744,7 @@ "name": "TermsAggregationExecutionHint", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1034-L1039" + "specLocation": "_types/aggregations/bucket.ts#L1067-L1072" }, { "kind": "interface", @@ -62638,7 +62774,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L395-L397" + "specLocation": "_types/aggregations/Aggregate.ts#L431-L433" }, { "kind": "type_alias", @@ -62650,7 +62786,7 @@ "name": "TermsExclude", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1044-L1045", + "specLocation": "_types/aggregations/bucket.ts#L1077-L1078", "type": { "kind": "union_of", "items": [ @@ -62685,7 +62821,7 @@ "name": "TermsInclude", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1041-L1042", + "specLocation": "_types/aggregations/bucket.ts#L1074-L1075", "type": { "kind": "union_of", "items": [ @@ -62748,7 +62884,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1047-L1056" + "specLocation": "_types/aggregations/bucket.ts#L1080-L1089" }, { "kind": "interface", @@ -62793,7 +62929,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L310-L320" + "specLocation": "_types/aggregations/metric.ts#L319-L329" }, { "kind": "interface", @@ -62817,11 +62953,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L653-L654", + "specLocation": "_types/aggregations/Aggregate.ts#L730-L731", "variantName": "time_series" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-time-series-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-time-series-aggregation.html", "inherits": { "type": { "name": "BucketAggregationBase", @@ -62859,7 +62997,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1003-L1013" + "specLocation": "_types/aggregations/bucket.ts#L1033-L1046" }, { "kind": "interface", @@ -62900,10 +63038,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L656-L658" + "specLocation": "_types/aggregations/Aggregate.ts#L733-L735" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-top-hits-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-top-hits-aggregation.html", "inherits": { "type": { "name": "AggregateBase", @@ -62932,7 +63072,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L667-L670", + "specLocation": "_types/aggregations/Aggregate.ts#L747-L753", "variantName": "top_hits" }, { @@ -63127,7 +63267,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L337-L397" + "specLocation": "_types/aggregations/metric.ts#L346-L406" }, { "kind": "interface", @@ -63197,7 +63337,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L745-L749" + "specLocation": "_types/aggregations/Aggregate.ts#L832-L836" }, { "kind": "interface", @@ -63227,11 +63367,13 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L740-L743", + "specLocation": "_types/aggregations/Aggregate.ts#L827-L830", "variantName": "top_metrics" }, { "kind": "interface", + "extDocId": "search-aggregations-metrics-top-metrics", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-top-metrics.html", "inherits": { "type": { "name": "MetricAggregationBase", @@ -63296,7 +63438,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L399-L413" + "specLocation": "_types/aggregations/metric.ts#L408-L425" }, { "kind": "interface", @@ -63318,7 +63460,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L415-L420" + "specLocation": "_types/aggregations/metric.ts#L427-L432" }, { "kind": "interface", @@ -63343,7 +63485,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L457-L463", + "specLocation": "_types/aggregations/Aggregate.ts#L493-L499", "variantName": "umrareterms" }, { @@ -63362,7 +63504,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L507-L508", + "specLocation": "_types/aggregations/Aggregate.ts#L561-L562", "variantName": "unmapped_sampler" }, { @@ -63388,7 +63530,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L616-L622", + "specLocation": "_types/aggregations/Aggregate.ts#L690-L696", "variantName": "umsigterms" }, { @@ -63414,12 +63556,14 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L427-L433", + "specLocation": "_types/aggregations/Aggregate.ts#L463-L469", "variantName": "umterms" }, { "kind": "interface", "description": "Value count aggregation result. `value` is always present.", + "extDocId": "search-aggregations-metrics-valuecount-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-valuecount-aggregation.html", "inherits": { "type": { "name": "SingleMetricAggregateBase", @@ -63431,7 +63575,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L220-L224", + "specLocation": "_types/aggregations/Aggregate.ts#L231-L236", "variantName": "value_count" }, { @@ -63447,7 +63591,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L422-L422" + "specLocation": "_types/aggregations/metric.ts#L434-L434" }, { "kind": "enum", @@ -63487,7 +63631,7 @@ "name": "ValueType", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/metric.ts#L424-L435" + "specLocation": "_types/aggregations/metric.ts#L436-L447" }, { "kind": "interface", @@ -63511,11 +63655,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L366-L368", + "specLocation": "_types/aggregations/Aggregate.ts#L402-L404", "variantName": "variable_width_histogram" }, { "kind": "interface", + "extDocId": "search-aggregations-bucket-variablewidthhistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-variablewidthhistogram-aggregation.html", "name": { "name": "VariableWidthHistogramAggregation", "namespace": "_types.aggregations" @@ -63582,7 +63728,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1058-L1079" + "specLocation": "_types/aggregations/bucket.ts#L1091-L1115" }, { "kind": "interface", @@ -63667,7 +63813,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L370-L377" + "specLocation": "_types/aggregations/Aggregate.ts#L406-L413" }, { "kind": "interface", @@ -63730,7 +63876,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L437-L451" + "specLocation": "_types/aggregations/metric.ts#L449-L463" }, { "kind": "interface", @@ -63775,11 +63921,13 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L453-L463" + "specLocation": "_types/aggregations/metric.ts#L465-L475" }, { "kind": "interface", "description": "Weighted average aggregation result. `value` is missing if the weight was set to zero.", + "extDocId": "search-aggregations-metrics-weight-avg-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-metrics-weight-avg-aggregation.html", "inherits": { "type": { "name": "SingleMetricAggregateBase", @@ -63791,7 +63939,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L214-L218", + "specLocation": "_types/aggregations/Aggregate.ts#L224-L229", "variantName": "weighted_avg" }, { @@ -78315,7 +78463,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L155-L164" + "specLocation": "_types/query_dsl/term.ts#L161-L170" }, { "kind": "type_alias", @@ -80005,6 +80153,8 @@ }, { "kind": "interface", + "extDocId": "query-dsl-ids-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-ids-query.html", "inherits": { "type": { "name": "QueryBase", @@ -80029,7 +80179,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L88-L93" + "specLocation": "_types/query_dsl/term.ts#L88-L96" }, { "kind": "interface", @@ -82036,7 +82186,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/term.ts#L166-L166" + "specLocation": "_types/query_dsl/term.ts#L172-L172" }, { "kind": "interface", @@ -82370,6 +82520,8 @@ }, { "kind": "interface", + "extDocId": "query-dsl-prefix-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-prefix-query.html", "inherits": { "type": { "name": "QueryBase", @@ -82428,7 +82580,7 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L95-L114" + "specLocation": "_types/query_dsl/term.ts#L98-L120" }, { "kind": "interface", @@ -83450,6 +83602,7 @@ }, "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", "extDocId": "query-dsl-weighted-tokens-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-weighted-tokens-query.html", "name": "weighted_tokens", "required": false, "type": { @@ -83927,11 +84080,13 @@ "number", "term" ], + "extDocId": "query-dsl-range-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-range-query.html", "name": { "name": "RangeQuery", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/term.ts#L170-L179", + "specLocation": "_types/query_dsl/term.ts#L176-L186", "type": { "kind": "union_of", "items": [ @@ -84108,7 +84263,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L116-L142" + "specLocation": "_types/query_dsl/term.ts#L122-L148" }, { "kind": "enum", @@ -84130,7 +84285,7 @@ "name": "RangeRelation", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/term.ts#L181-L194" + "specLocation": "_types/query_dsl/term.ts#L188-L201" }, { "kind": "interface", @@ -84332,6 +84487,8 @@ }, { "kind": "interface", + "extDocId": "query-dsl-regexp-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-regexp-query.html", "inherits": { "type": { "name": "QueryBase", @@ -84419,7 +84576,7 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L196-L226" + "specLocation": "_types/query_dsl/term.ts#L203-L236" }, { "kind": "interface", @@ -84579,6 +84736,8 @@ }, { "kind": "interface", + "extDocId": "query-dsl-semantic-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-semantic-query.html", "inherits": { "type": { "name": "QueryBase", @@ -84615,7 +84774,7 @@ } } ], - "specLocation": "_types/query_dsl/SemanticQuery.ts#L22-L27" + "specLocation": "_types/query_dsl/SemanticQuery.ts#L22-L30" }, { "kind": "interface", @@ -85696,6 +85855,8 @@ }, { "kind": "interface", + "extDocId": "query-dsl-term-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-term-query.html", "inherits": { "type": { "name": "QueryBase", @@ -85740,7 +85901,7 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L228-L242" + "specLocation": "_types/query_dsl/term.ts#L238-L255" }, { "kind": "interface", @@ -85764,7 +85925,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/term.ts#L168-L168" + "specLocation": "_types/query_dsl/term.ts#L174-L174" }, { "kind": "interface", @@ -85818,7 +85979,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L256-L261" + "specLocation": "_types/query_dsl/term.ts#L270-L275" }, { "kind": "interface", @@ -85853,6 +86014,8 @@ } } ], + "extDocId": "query-dsl-terms-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-terms-query.html", "inherits": { "type": { "name": "QueryBase", @@ -85864,7 +86027,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/term.ts#L244-L249" + "specLocation": "_types/query_dsl/term.ts#L257-L263" }, { "kind": "type_alias", @@ -85876,7 +86039,7 @@ "name": "TermsQueryField", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/term.ts#L251-L254", + "specLocation": "_types/query_dsl/term.ts#L265-L268", "type": { "kind": "union_of", "items": [ @@ -85902,6 +86065,8 @@ }, { "kind": "interface", + "extDocId": "query-dsl-terms-set-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-terms-set-query.html", "inherits": { "type": { "name": "QueryBase", @@ -85971,10 +86136,12 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L263-L282" + "specLocation": "_types/query_dsl/term.ts#L277-L299" }, { "kind": "interface", + "extDocId": "query-dsl-text-expansion-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-text-expansion-query.html", "inherits": { "type": { "name": "QueryBase", @@ -86032,7 +86199,7 @@ } } ], - "specLocation": "_types/query_dsl/TextExpansionQuery.ts#L23-L33" + "specLocation": "_types/query_dsl/TextExpansionQuery.ts#L23-L36" }, { "kind": "enum", @@ -86142,7 +86309,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L284-L286" + "specLocation": "_types/query_dsl/term.ts#L301-L303" }, { "kind": "interface", @@ -86236,10 +86403,12 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L144-L153" + "specLocation": "_types/query_dsl/term.ts#L150-L159" }, { "kind": "interface", + "extDocId": "query-dsl-weighted-tokens-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-weighted-tokens-query.html", "inherits": { "type": { "name": "QueryBase", @@ -86287,10 +86456,12 @@ } } ], - "specLocation": "_types/query_dsl/WeightedTokensQuery.ts#L25-L30" + "specLocation": "_types/query_dsl/WeightedTokensQuery.ts#L25-L33" }, { "kind": "interface", + "extDocId": "query-dsl-wildcard-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wildcard-query.html", "inherits": { "type": { "name": "QueryBase", @@ -86360,7 +86531,7 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L288-L305" + "specLocation": "_types/query_dsl/term.ts#L305-L325" }, { "kind": "interface", @@ -150230,6 +150401,8 @@ }, { "description": "The name or definition of the tokenizer to use after character filters are applied. This property is compulsory if `categorization_analyzer` is specified as an object. Machine learning provides a tokenizer called `ml_standard` that tokenizes in a way that has been determined to produce good categorization results on a variety of log file formats for logs in English. If you want to use that tokenizer but change the character or token filters, specify \"tokenizer\": \"ml_standard\" in your `categorization_analyzer`. Additionally, the `ml_classic` tokenizer is available, which tokenizes in the same way as the non-customizable tokenizer in old versions of the product (before 6.2). `ml_classic` was the default categorization tokenizer in versions 6.2 to 7.13, so if you need categorization identical to the default for jobs created in these versions, specify \"tokenizer\": \"ml_classic\" in your `categorization_analyzer`.", + "extDocId": "analysis-tokenizers", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/analysis-tokenizers.html", "name": "tokenizer", "required": false, "type": { @@ -150241,7 +150414,7 @@ } } ], - "specLocation": "ml/_types/Analysis.ts#L184-L197" + "specLocation": "ml/_types/Analysis.ts#L184-L198" }, { "kind": "enum", @@ -150473,7 +150646,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L238-L251" + "specLocation": "ml/_types/Datafeed.ts#L241-L254" }, { "kind": "enum", @@ -150492,7 +150665,7 @@ "name": "ChunkingMode", "namespace": "ml._types" }, - "specLocation": "ml/_types/Datafeed.ts#L232-L236" + "specLocation": "ml/_types/Datafeed.ts#L235-L239" }, { "kind": "interface", @@ -151007,6 +151180,8 @@ } }, { + "extDocId": "query-dsl", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl.html", "name": "query", "required": true, "type": { @@ -151095,7 +151270,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L36-L57" + "specLocation": "ml/_types/Datafeed.ts#L36-L60" }, { "kind": "interface", @@ -151350,7 +151525,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L59-L116" + "specLocation": "ml/_types/Datafeed.ts#L62-L119" }, { "kind": "interface", @@ -151396,7 +151571,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L197-L211" + "specLocation": "ml/_types/Datafeed.ts#L200-L214" }, { "kind": "enum", @@ -151418,7 +151593,7 @@ "name": "DatafeedState", "namespace": "ml._types" }, - "specLocation": "ml/_types/Datafeed.ts#L132-L137" + "specLocation": "ml/_types/Datafeed.ts#L135-L140" }, { "kind": "interface", @@ -151503,7 +151678,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L139-L168" + "specLocation": "ml/_types/Datafeed.ts#L142-L171" }, { "kind": "interface", @@ -151612,7 +151787,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L170-L195" + "specLocation": "ml/_types/Datafeed.ts#L173-L198" }, { "kind": "interface", @@ -153863,7 +154038,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L118-L129" + "specLocation": "ml/_types/Datafeed.ts#L121-L132" }, { "kind": "enum", @@ -158100,7 +158275,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L213-L230" + "specLocation": "ml/_types/Datafeed.ts#L216-L233" }, { "kind": "enum",