diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index 9f836e618..b23fbc576 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -8500,7 +8500,7 @@ "stability": "stable" } }, - "description": "Authenticate a user.\nAuthenticates a user and returns information about the authenticated user.\nInclude the user information in a [basic auth header](https://en.wikipedia.org/wiki/Basic_access_authentication).\nA successful call returns a JSON structure that shows user information such as their username, the roles that are assigned to the user, any assigned metadata, and information about the realms that authenticated and authorized the user.\nIf the user cannot be authenticated, this API returns a 401 status code.", + "description": "Authenticate a user.\n\nAuthenticates a user and returns information about the authenticated user.\nInclude the user information in a [basic auth header](https://en.wikipedia.org/wiki/Basic_access_authentication).\nA successful call returns a JSON structure that shows user information such as their username, the roles that are assigned to the user, any assigned metadata, and information about the realms that authenticated and authorized the user.\nIf the user cannot be authenticated, this API returns a 401 status code.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-authenticate.html", "name": "security.authenticate", "request": { @@ -8535,7 +8535,7 @@ "stability": "stable" } }, - "description": "Create an API key.\nCreates an API key for access without requiring basic authentication.\nA successful request returns a JSON structure that contains the API key, its unique id, and its name.\nIf applicable, it also returns expiration information for the API key in milliseconds.\nNOTE: By default, API keys never expire. You can specify expiration information when you create the API keys.", + "description": "Create an API key.\n\nCreate an API key for access without requiring basic authentication.\nA successful request returns a JSON structure that contains the API key, its unique id, and its name.\nIf applicable, it also returns expiration information for the API key in milliseconds.\nNOTE: By default, API keys never expire. You can specify expiration information when you create the API keys.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html", "name": "security.create_api_key", "privileges": { @@ -8579,7 +8579,7 @@ "stability": "stable" } }, - "description": "Get API key information.\nRetrieves information for one or more API keys.\nNOTE: If you have only the `manage_own_api_key` privilege, this API returns only the API keys that you own.\nIf you have `read_security`, `manage_api_key` or greater privileges (including `manage_security`), this API returns all API keys regardless of ownership.", + "description": "Get API key information.\n\nRetrieves information for one or more API keys.\nNOTE: If you have only the `manage_own_api_key` privilege, this API returns only the API keys that you own.\nIf you have `read_security`, `manage_api_key` or greater privileges (including `manage_security`), this API returns all API keys regardless of ownership.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-api-key.html", "name": "security.get_api_key", "privileges": { @@ -39033,7 +39033,7 @@ "body": { "kind": "no_body" }, - "description": "Authenticate a user.\nAuthenticates a user and returns information about the authenticated user.\nInclude the user information in a [basic auth header](https://en.wikipedia.org/wiki/Basic_access_authentication).\nA successful call returns a JSON structure that shows user information such as their username, the roles that are assigned to the user, any assigned metadata, and information about the realms that authenticated and authorized the user.\nIf the user cannot be authenticated, this API returns a 401 status code.", + "description": "Authenticate a user.\n\nAuthenticates a user and returns information about the authenticated user.\nInclude the user information in a [basic auth header](https://en.wikipedia.org/wiki/Basic_access_authentication).\nA successful call returns a JSON structure that shows user information such as their username, the roles that are assigned to the user, any assigned metadata, and information about the realms that authenticated and authorized the user.\nIf the user cannot be authenticated, this API returns a 401 status code.", "inherits": { "type": { "name": "RequestBase", @@ -39047,7 +39047,7 @@ }, "path": [], "query": [], - "specLocation": "security/authenticate/SecurityAuthenticateRequest.ts#L22-L32" + "specLocation": "security/authenticate/SecurityAuthenticateRequest.ts#L22-L33" }, { "body": { @@ -39292,7 +39292,7 @@ } ] }, - "description": "Create an API key.\nCreates an API key for access without requiring basic authentication.\nA successful request returns a JSON structure that contains the API key, its unique id, and its name.\nIf applicable, it also returns expiration information for the API key in milliseconds.\nNOTE: By default, API keys never expire. You can specify expiration information when you create the API keys.", + "description": "Create an API key.\n\nCreate an API key for access without requiring basic authentication.\nA successful request returns a JSON structure that contains the API key, its unique id, and its name.\nIf applicable, it also returns expiration information for the API key in milliseconds.\nNOTE: By default, API keys never expire. You can specify expiration information when you create the API keys.", "inherits": { "type": { "name": "RequestBase", @@ -39319,7 +39319,7 @@ } } ], - "specLocation": "security/create_api_key/SecurityCreateApiKeyRequest.ts#L26-L59" + "specLocation": "security/create_api_key/SecurityCreateApiKeyRequest.ts#L26-L60" }, { "body": { @@ -39407,7 +39407,7 @@ "body": { "kind": "no_body" }, - "description": "Get API key information.\nRetrieves information for one or more API keys.\nNOTE: If you have only the `manage_own_api_key` privilege, this API returns only the API keys that you own.\nIf you have `read_security`, `manage_api_key` or greater privileges (including `manage_security`), this API returns all API keys regardless of ownership.", + "description": "Get API key information.\n\nRetrieves information for one or more API keys.\nNOTE: If you have only the `manage_own_api_key` privilege, this API returns only the API keys that you own.\nIf you have `read_security`, `manage_api_key` or greater privileges (including `manage_security`), this API returns all API keys regardless of ownership.", "inherits": { "type": { "name": "RequestBase", @@ -39540,7 +39540,7 @@ } } ], - "specLocation": "security/get_api_key/SecurityGetApiKeyRequest.ts#L23-L87" + "specLocation": "security/get_api_key/SecurityGetApiKeyRequest.ts#L23-L88" }, { "body": { @@ -45662,6 +45662,7 @@ "aggs" ], "extDocId": "search-aggregations", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations.html", "name": "aggregations", "required": false, "type": { @@ -46171,8 +46172,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": { @@ -46185,8 +46186,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": { @@ -46199,8 +46200,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": { @@ -46213,8 +46214,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": { @@ -46227,8 +46228,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": { @@ -46241,8 +46242,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": { @@ -46255,8 +46256,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": { @@ -46269,8 +46270,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": { @@ -46291,8 +46292,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": { @@ -46313,8 +46314,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": { @@ -46327,8 +46328,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": { @@ -46349,8 +46350,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": { @@ -46363,8 +46364,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": { @@ -46389,8 +46390,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": { @@ -46403,8 +46404,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": { @@ -46417,8 +46418,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": { @@ -46431,8 +46432,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": { @@ -46445,8 +46446,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": { @@ -46459,8 +46460,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": { @@ -46473,8 +46474,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": { @@ -46487,8 +46488,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": { @@ -46501,8 +46502,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": { @@ -46515,8 +46516,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": { @@ -46529,8 +46530,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": { @@ -46543,8 +46544,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": { @@ -46557,8 +46558,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": { @@ -46571,8 +46572,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": { @@ -46585,8 +46586,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": { @@ -46599,8 +46600,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": { @@ -46613,8 +46614,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": { @@ -46627,8 +46628,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": { @@ -46641,8 +46642,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": { @@ -46655,8 +46656,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": { @@ -46669,8 +46670,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": { @@ -46683,8 +46684,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": { @@ -46697,8 +46698,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": { @@ -46722,8 +46723,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": { @@ -46736,8 +46737,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": { @@ -46750,8 +46751,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": { @@ -46764,8 +46765,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": { @@ -46778,8 +46779,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": { @@ -46792,8 +46793,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": { @@ -46806,8 +46807,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": { @@ -46831,8 +46832,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": { @@ -46845,8 +46846,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": { @@ -46859,8 +46860,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": { @@ -46873,8 +46874,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": { @@ -46887,8 +46888,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": { @@ -46901,8 +46902,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": { @@ -46915,8 +46916,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": { @@ -46929,8 +46930,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": { @@ -46943,8 +46944,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": { @@ -46957,8 +46958,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": { @@ -46971,8 +46972,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": { @@ -46985,8 +46986,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": { @@ -46999,8 +47000,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": { @@ -47013,8 +47014,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": { @@ -47027,8 +47028,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": { @@ -47041,8 +47042,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": { @@ -47055,8 +47056,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": { @@ -47069,8 +47070,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": { @@ -47083,8 +47084,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": { @@ -47097,8 +47098,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": { @@ -47111,8 +47112,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": { @@ -47125,8 +47126,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": { @@ -47139,8 +47140,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": { @@ -47153,8 +47154,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": { @@ -47175,8 +47176,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": { @@ -47189,8 +47190,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": { @@ -47203,8 +47204,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": { @@ -47217,8 +47218,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": { @@ -47231,8 +47232,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": { @@ -47245,8 +47246,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": { @@ -47259,8 +47260,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": { @@ -47387,8 +47388,8 @@ "properties": [ { "description": "matches documents matching boolean combinations of other queries.", - "docId": "query-dsl-bool-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-bool-query.html", + "extDocId": "query-dsl-bool-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-bool-query.html", "name": "bool", "required": false, "type": { @@ -47401,8 +47402,8 @@ }, { "description": "Returns documents matching a `positive` query while reducing the relevance score of documents that also match a `negative` query.", - "docId": "query-dsl-boosting-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-boosting-query.html", + "extDocId": "query-dsl-boosting-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-boosting-query.html", "name": "boosting", "required": false, "type": { @@ -47447,8 +47448,8 @@ } }, "description": "The `combined_fields` query supports searching multiple text fields as if their contents had been indexed into one combined field.", - "docId": "query-dsl-combined-fields-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-combined-fields-query.html", + "extDocId": "query-dsl-combined-fields-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-combined-fields-query.html", "name": "combined_fields", "required": false, "type": { @@ -47461,8 +47462,8 @@ }, { "description": "Wraps a filter query and returns every matching document with a relevance score equal to the `boost` parameter value.", - "docId": "query-dsl-constant-score-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-constant-score-query.html", + "extDocId": "query-dsl-constant-score-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-constant-score-query.html", "name": "constant_score", "required": false, "type": { @@ -47475,8 +47476,8 @@ }, { "description": "Returns documents matching one or more wrapped queries, called query clauses or clauses.\nIf a returned document matches multiple query clauses, the `dis_max` query assigns the document the highest relevance score from any matching clause, plus a tie breaking increment for any additional matching subqueries.", - "docId": "query-dsl-dis-max-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-dis-max-query.html", + "extDocId": "query-dsl-dis-max-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-dis-max-query.html", "name": "dis_max", "required": false, "type": { @@ -47489,8 +47490,8 @@ }, { "description": "Boosts the relevance score of documents closer to a provided origin date or point.\nFor example, you can use this query to give more weight to documents closer to a certain date or location.", - "docId": "query-dsl-distance-feature-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-distance-feature-query.html", + "extDocId": "query-dsl-distance-feature-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-distance-feature-query.html", "name": "distance_feature", "required": false, "type": { @@ -47503,8 +47504,8 @@ }, { "description": "Returns documents that contain an indexed value for a field.", - "docId": "query-dsl-exists-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-exists-query.html", + "extDocId": "query-dsl-exists-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-exists-query.html", "name": "exists", "required": false, "type": { @@ -47517,8 +47518,8 @@ }, { "description": "The `function_score` enables you to modify the score of documents that are retrieved by a query.", - "docId": "query-dsl-function-score-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-function-score-query.html", + "extDocId": "query-dsl-function-score-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-function-score-query.html", "name": "function_score", "required": false, "type": { @@ -47531,8 +47532,8 @@ }, { "description": "Returns documents that contain terms similar to the search term, as measured by a Levenshtein edit distance.", - "docId": "query-dsl-fuzzy-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-fuzzy-query.html", + "extDocId": "query-dsl-fuzzy-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-fuzzy-query.html", "name": "fuzzy", "required": false, "type": { @@ -47556,8 +47557,8 @@ }, { "description": "Matches geo_point and geo_shape values that intersect a bounding box.", - "docId": "query-dsl-geo-bounding-box-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-bounding-box-query.html", + "extDocId": "query-dsl-geo-bounding-box-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-bounding-box-query.html", "name": "geo_bounding_box", "required": false, "type": { @@ -47570,8 +47571,8 @@ }, { "description": "Matches `geo_point` and `geo_shape` values within a given distance of a geopoint.", - "docId": "query-dsl-geo-distance-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-distance-query.html", + "extDocId": "query-dsl-geo-distance-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-distance-query.html", "name": "geo_distance", "required": false, "type": { @@ -47599,8 +47600,8 @@ }, { "description": "Filter documents indexed using either the `geo_shape` or the `geo_point` type.", - "docId": "query-dsl-geo-shape-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-shape-query.html", + "extDocId": "query-dsl-geo-shape-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-shape-query.html", "name": "geo_shape", "required": false, "type": { @@ -47613,8 +47614,8 @@ }, { "description": "Returns parent documents whose joined child documents match a provided query.", - "docId": "query-dsl-has-child-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-has-child-query.html", + "extDocId": "query-dsl-has-child-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-has-child-query.html", "name": "has_child", "required": false, "type": { @@ -47627,8 +47628,8 @@ }, { "description": "Returns child documents whose joined parent document matches a provided query.", - "docId": "query-dsl-has-parent-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-has-parent-query.html", + "extDocId": "query-dsl-has-parent-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-has-parent-query.html", "name": "has_parent", "required": false, "type": { @@ -47641,8 +47642,8 @@ }, { "description": "Returns documents based on their IDs.\nThis query uses document IDs stored in the `_id` field.", - "docId": "query-dsl-ids-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-ids-query.html", + "extDocId": "query-dsl-ids-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-ids-query.html", "name": "ids", "required": false, "type": { @@ -47655,8 +47656,8 @@ }, { "description": "Returns documents based on the order and proximity of matching terms.", - "docId": "query-dsl-intervals-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-intervals-query.html", + "extDocId": "query-dsl-intervals-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-intervals-query.html", "name": "intervals", "required": false, "type": { @@ -47680,8 +47681,8 @@ }, { "description": "Finds the k nearest vectors to a query vector, as measured by a similarity\nmetric. knn query finds nearest vectors through approximate search on indexed\ndense_vectors.", - "docId": "query-dsl-knn-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-knn-query.html", + "extDocId": "query-dsl-knn-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-knn-query.html", "name": "knn", "required": false, "type": { @@ -47694,8 +47695,8 @@ }, { "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", - "docId": "query-dsl-match-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query.html", + "extDocId": "query-dsl-match-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query.html", "name": "match", "required": false, "type": { @@ -47719,8 +47720,8 @@ }, { "description": "Matches all documents, giving them all a `_score` of 1.0.", - "docId": "query-dsl-match-all-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-all-query.html", + "extDocId": "query-dsl-match-all-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-all-query.html", "name": "match_all", "required": false, "type": { @@ -47733,8 +47734,8 @@ }, { "description": "Analyzes its input and constructs a `bool` query from the terms.\nEach term except the last is used in a `term` query.\nThe last term is used in a prefix query.", - "docId": "query-dsl-match-bool-prefix-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-bool-prefix-query.html", + "extDocId": "query-dsl-match-bool-prefix-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-bool-prefix-query.html", "name": "match_bool_prefix", "required": false, "type": { @@ -47758,8 +47759,8 @@ }, { "description": "Matches no documents.", - "docId": "query-dsl-match-none-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-all-query.html#query-dsl-match-none-query", + "extDocId": "query-dsl-match-none-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-all-query.html#query-dsl-match-none-query", "name": "match_none", "required": false, "type": { @@ -47772,8 +47773,8 @@ }, { "description": "Analyzes the text and creates a phrase query out of the analyzed text.", - "docId": "query-dsl-match-query-phrase", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query-phrase.html", + "extDocId": "query-dsl-match-query-phrase", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query-phrase.html", "name": "match_phrase", "required": false, "type": { @@ -47797,8 +47798,8 @@ }, { "description": "Returns documents that contain the words of a provided text, in the same order as provided.\nThe last term of the provided text is treated as a prefix, matching any words that begin with that term.", - "docId": "query-dsl-match-query-phrase-prefix", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query-phrase-prefix.html", + "extDocId": "query-dsl-match-query-phrase-prefix", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query-phrase-prefix.html", "name": "match_phrase_prefix", "required": false, "type": { @@ -47822,8 +47823,8 @@ }, { "description": "Returns documents that are \"like\" a given set of documents.", - "docId": "query-dsl-mlt-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-mlt-query.html", + "extDocId": "query-dsl-mlt-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-mlt-query.html", "name": "more_like_this", "required": false, "type": { @@ -47836,8 +47837,8 @@ }, { "description": "Enables you to search for a provided text, number, date or boolean value across multiple fields.\nThe provided text is analyzed before matching.", - "docId": "query-dsl-multi-match-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-multi-match-query.html", + "extDocId": "query-dsl-multi-match-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-multi-match-query.html", "name": "multi_match", "required": false, "type": { @@ -47850,8 +47851,8 @@ }, { "description": "Wraps another query to search nested fields.\nIf an object matches the search, the nested query returns the root parent document.", - "docId": "query-dsl-nested-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-nested-query.html", + "extDocId": "query-dsl-nested-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-nested-query.html", "name": "nested", "required": false, "type": { @@ -47864,8 +47865,8 @@ }, { "description": "Returns child documents joined to a specific parent document.", - "docId": "query-dsl-parent-id-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-parent-id-query.html", + "extDocId": "query-dsl-parent-id-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-parent-id-query.html", "name": "parent_id", "required": false, "type": { @@ -47878,8 +47879,8 @@ }, { "description": "Matches queries stored in an index.", - "docId": "query-dsl-percolate-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-percolate-query.html", + "extDocId": "query-dsl-percolate-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-percolate-query.html", "name": "percolate", "required": false, "type": { @@ -47892,8 +47893,8 @@ }, { "description": "Promotes selected documents to rank higher than those matching a given query.", - "docId": "query-dsl-pinned-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-pinned-query.html", + "extDocId": "query-dsl-pinned-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-pinned-query.html", "name": "pinned", "required": false, "type": { @@ -47906,8 +47907,8 @@ }, { "description": "Returns documents that contain a specific prefix in a provided field.", - "docId": "query-dsl-prefix-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-prefix-query.html", + "extDocId": "query-dsl-prefix-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-prefix-query.html", "name": "prefix", "required": false, "type": { @@ -47931,8 +47932,8 @@ }, { "description": "Returns documents based on a provided query string, using a parser with a strict syntax.", - "docId": "query-dsl-query-string-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-query-string-query.html", + "extDocId": "query-dsl-query-string-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-query-string-query.html", "name": "query_string", "required": false, "type": { @@ -47945,8 +47946,8 @@ }, { "description": "Returns documents that contain terms within a provided range.", - "docId": "query-dsl-range-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-range-query.html", + "extDocId": "query-dsl-range-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-range-query.html", "name": "range", "required": false, "type": { @@ -47970,8 +47971,8 @@ }, { "description": "Boosts the relevance score of documents based on the numeric value of a `rank_feature` or `rank_features` field.", - "docId": "query-dsl-rank-feature-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-rank-feature-query.html", + "extDocId": "query-dsl-rank-feature-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-rank-feature-query.html", "name": "rank_feature", "required": false, "type": { @@ -47984,8 +47985,8 @@ }, { "description": "Returns documents that contain terms matching a regular expression.", - "docId": "query-dsl-regexp-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-regexp-query.html", + "extDocId": "query-dsl-regexp-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-regexp-query.html", "name": "regexp", "required": false, "type": { @@ -48020,8 +48021,8 @@ }, { "description": "Filters documents based on a provided script.\nThe script query is typically used in a filter context.", - "docId": "query-dsl-script-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-script-query.html", + "extDocId": "query-dsl-script-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-script-query.html", "name": "script", "required": false, "type": { @@ -48034,8 +48035,8 @@ }, { "description": "Uses a script to provide a custom score for returned documents.", - "docId": "query-dsl-script-score-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-script-score-query.html", + "extDocId": "query-dsl-script-score-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-script-score-query.html", "name": "script_score", "required": false, "type": { @@ -48066,8 +48067,8 @@ }, { "description": "Queries documents that contain fields indexed using the `shape` type.", - "docId": "query-dsl-shape-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-shape-query.html", + "extDocId": "query-dsl-shape-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-shape-query.html", "name": "shape", "required": false, "type": { @@ -48080,8 +48081,8 @@ }, { "description": "Returns documents based on a provided query string, using a parser with a limited but fault-tolerant syntax.", - "docId": "query-dsl-simple-query-string-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-simple-query-string-query.html", + "extDocId": "query-dsl-simple-query-string-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-simple-query-string-query.html", "name": "simple_query_string", "required": false, "type": { @@ -48094,8 +48095,8 @@ }, { "description": "Returns matches which enclose another span query.", - "docId": "query-dsl-span-containing-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-containing-query.html", + "extDocId": "query-dsl-span-containing-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-containing-query.html", "name": "span_containing", "required": false, "type": { @@ -48108,8 +48109,8 @@ }, { "description": "Wrapper to allow span queries to participate in composite single-field span queries by _lying_ about their search field.", - "docId": "query-dsl-span-field-masking-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-field-masking-query.html", + "extDocId": "query-dsl-span-field-masking-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-field-masking-query.html", "name": "span_field_masking", "required": false, "type": { @@ -48122,8 +48123,8 @@ }, { "description": "Matches spans near the beginning of a field.", - "docId": "query-dsl-span-first-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-first-query.html", + "extDocId": "query-dsl-span-first-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-first-query.html", "name": "span_first", "required": false, "type": { @@ -48136,8 +48137,8 @@ }, { "description": "Allows you to wrap a multi term query (one of `wildcard`, `fuzzy`, `prefix`, `range`, or `regexp` query) as a `span` query, so it can be nested.", - "docId": "query-dsl-span-multi-term-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-multi-term-query.html", + "extDocId": "query-dsl-span-multi-term-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-multi-term-query.html", "name": "span_multi", "required": false, "type": { @@ -48150,8 +48151,8 @@ }, { "description": "Matches spans which are near one another.\nYou can specify `slop`, the maximum number of intervening unmatched positions, as well as whether matches are required to be in-order.", - "docId": "query-dsl-span-near-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-near-query.html", + "extDocId": "query-dsl-span-near-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-near-query.html", "name": "span_near", "required": false, "type": { @@ -48164,8 +48165,8 @@ }, { "description": "Removes matches which overlap with another span query or which are within x tokens before (controlled by the parameter `pre`) or y tokens after (controlled by the parameter `post`) another span query.", - "docId": "query-dsl-span-not-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-not-query.html", + "extDocId": "query-dsl-span-not-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-not-query.html", "name": "span_not", "required": false, "type": { @@ -48178,8 +48179,8 @@ }, { "description": "Matches the union of its span clauses.", - "docId": "query-dsl-span-or-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-or-query.html", + "extDocId": "query-dsl-span-or-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-or-query.html", "name": "span_or", "required": false, "type": { @@ -48192,8 +48193,8 @@ }, { "description": "Matches spans containing a term.", - "docId": "query-dsl-span-term-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-term-query.html", + "extDocId": "query-dsl-span-term-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-term-query.html", "name": "span_term", "required": false, "type": { @@ -48217,8 +48218,8 @@ }, { "description": "Returns matches which are enclosed inside another span query.", - "docId": "query-dsl-span-within-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-within-query.html", + "extDocId": "query-dsl-span-within-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-within-query.html", "name": "span_within", "required": false, "type": { @@ -48237,7 +48238,8 @@ } }, "description": "Using input query vectors or a natural language processing model to convert a query into a list of token-weight pairs, queries against a sparse vector field.", - "docId": "query-dsl-sparse-vector-query", + "extDocId": "query-dsl-sparse-vector-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-sparse-vector-query.html", "name": "sparse_vector", "required": false, "type": { @@ -48250,8 +48252,8 @@ }, { "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", - "docId": "query-dsl-term-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-term-query.html", + "extDocId": "query-dsl-term-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-term-query.html", "name": "term", "required": false, "type": { @@ -48275,8 +48277,8 @@ }, { "description": "Returns documents that contain one or more exact terms in a provided field.\nTo return a document, one or more terms must exactly match a field value, including whitespace and capitalization.", - "docId": "query-dsl-terms-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-terms-query.html", + "extDocId": "query-dsl-terms-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-terms-query.html", "name": "terms", "required": false, "type": { @@ -48289,8 +48291,8 @@ }, { "description": "Returns documents that contain a minimum number of exact terms in a provided field.\nTo return a document, a required number of terms must exactly match the field values, including whitespace and capitalization.", - "docId": "query-dsl-terms-set-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-terms-set-query.html", + "extDocId": "query-dsl-terms-set-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-terms-set-query.html", "name": "terms_set", "required": false, "type": { @@ -48324,8 +48326,8 @@ "version": "8.15.0" }, "description": "Uses a natural language processing model to convert the query text into a list of token-weight pairs which are then used in a query against a sparse vector or rank features field.", - "docId": "query-dsl-text-expansion-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-text-expansion-query.html", + "extDocId": "query-dsl-text-expansion-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-text-expansion-query.html", "name": "text_expansion", "required": false, "type": { @@ -48359,7 +48361,8 @@ "version": "8.15.0" }, "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", - "docId": "query-dsl-weighted-tokens-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": { @@ -48383,8 +48386,8 @@ }, { "description": "Returns documents that contain terms matching a wildcard pattern.", - "docId": "query-dsl-wildcard-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wildcard-query.html", + "extDocId": "query-dsl-wildcard-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wildcard-query.html", "name": "wildcard", "required": false, "type": { @@ -48408,8 +48411,8 @@ }, { "description": "A query that accepts any other query as base64 encoded string.", - "docId": "query-dsl-wrapper-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wrapper-query.html", + "extDocId": "query-dsl-wrapper-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wrapper-query.html", "name": "wrapper", "required": false, "type": { @@ -48443,6 +48446,8 @@ } }, { + "extDocId": "query-dsl-bool-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-bool-query.html", "inherits": { "type": { "name": "QueryBase", @@ -48578,7 +48583,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L29-L53" + "specLocation": "_types/query_dsl/compound.ts#L29-L56" }, { "kind": "interface", @@ -48676,6 +48681,8 @@ } }, { + "extDocId": "query-dsl-boosting-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-boosting-query.html", "inherits": { "type": { "name": "QueryBase", @@ -48725,7 +48732,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L55-L68" + "specLocation": "_types/query_dsl/compound.ts#L58-L74" }, { "kind": "type_alias", @@ -48931,8 +48938,8 @@ }, { "description": "Minimum number of clauses that must match for a document to be returned.", - "docId": "query-dsl-minimum-should-match", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-minimum-should-match.html", + "extDocId": "query-dsl-minimum-should-match", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-minimum-should-match.html", "name": "minimum_should_match", "required": false, "type": { @@ -48973,7 +48980,7 @@ "name": "CombinedFieldsOperator", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/abstractions.ts#L509-L512" + "specLocation": "_types/query_dsl/abstractions.ts#L512-L515" }, { "kind": "enum", @@ -48991,9 +48998,11 @@ "name": "CombinedFieldsZeroTerms", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/abstractions.ts#L514-L523" + "specLocation": "_types/query_dsl/abstractions.ts#L517-L526" }, { + "extDocId": "query-dsl-constant-score-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-constant-score-query.html", "inherits": { "type": { "name": "QueryBase", @@ -49019,9 +49028,11 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L70-L77" + "specLocation": "_types/query_dsl/compound.ts#L76-L86" }, { + "extDocId": "query-dsl-dis-max-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-dis-max-query.html", "inherits": { "type": { "name": "QueryBase", @@ -49063,7 +49074,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L79-L91" + "specLocation": "_types/query_dsl/compound.ts#L88-L103" }, { "codegenNames": [ @@ -49071,12 +49082,14 @@ "geo", "date" ], + "extDocId": "query-dsl-distance-feature-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-distance-feature-query.html", "kind": "type_alias", "name": { "name": "DistanceFeatureQuery", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/specialized.ts#L76-L84", + "specLocation": "_types/query_dsl/specialized.ts#L76-L85", "type": { "items": [ { @@ -49259,6 +49272,8 @@ "specLocation": "_types/query_dsl/specialized.ts#L71-L74" }, { + "extDocId": "query-dsl-exists-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-exists-query.html", "inherits": { "type": { "name": "QueryBase", @@ -49284,9 +49299,11 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L38-L43" + "specLocation": "_types/query_dsl/term.ts#L38-L46" }, { + "extDocId": "query-dsl-function-score-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-function-score-query.html", "inherits": { "type": { "name": "QueryBase", @@ -49378,7 +49395,7 @@ } ], "shortcutProperty": "functions", - "specLocation": "_types/query_dsl/compound.ts#L93-L122" + "specLocation": "_types/query_dsl/compound.ts#L105-L135" }, { "kind": "enum", @@ -49412,7 +49429,7 @@ "name": "FunctionBoostMode", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/compound.ts#L282-L308" + "specLocation": "_types/query_dsl/compound.ts#L295-L321" }, { "esQuirk": "this container is valid without a variant. Despite being documented as a function, 'weight'\nis actually a container property that can be combined with a function. Comment in the ES code\n(SearchModule#registerScoreFunctions) says: Weight doesn't have its own parser, so every function\nsupports it out of the box. Can be a single function too when not associated to any other function,\nwhich is why it needs to be registered manually here.", @@ -49519,7 +49536,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L213-L253", + "specLocation": "_types/query_dsl/compound.ts#L226-L266", "variants": { "kind": "container" } @@ -49536,7 +49553,7 @@ "name": "DecayFunction", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/compound.ts#L202-L211", + "specLocation": "_types/query_dsl/compound.ts#L215-L224", "type": { "items": [ { @@ -49602,7 +49619,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/compound.ts#L191-L194" + "specLocation": "_types/query_dsl/compound.ts#L204-L207" }, { "attachedBehaviors": [ @@ -49682,7 +49699,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L178-L189" + "specLocation": "_types/query_dsl/compound.ts#L191-L202" }, { "description": "In some places in the specification an object consists of a static set of properties and a single additional property\nwith an arbitrary name but a statically defined type. This is typically used for configurations associated\nto a single field. Meaning that object should theoretically extend SingleKeyDictionary but expose\na set of known keys. And possibly the object might already be part of an object graph and have a parent class.\nThis puts it into a bind that needs a client specific solution.\nWe therefore document the requirement to accept a single unknown property with this interface.", @@ -49772,7 +49789,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L157-L176" + "specLocation": "_types/query_dsl/compound.ts#L170-L189" }, { "kind": "enum", @@ -49798,7 +49815,7 @@ "name": "MultiValueMode", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/compound.ts#L355-L372" + "specLocation": "_types/query_dsl/compound.ts#L368-L385" }, { "attachedBehaviors": [ @@ -49832,7 +49849,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/compound.ts#L196-L196" + "specLocation": "_types/query_dsl/compound.ts#L209-L209" }, { "attachedBehaviors": [ @@ -49866,7 +49883,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/compound.ts#L195-L195" + "specLocation": "_types/query_dsl/compound.ts#L208-L208" }, { "attachedBehaviors": [ @@ -49900,7 +49917,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/compound.ts#L197-L200" + "specLocation": "_types/query_dsl/compound.ts#L210-L213" }, { "kind": "interface", @@ -49959,7 +49976,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L136-L155" + "specLocation": "_types/query_dsl/compound.ts#L149-L168" }, { "kind": "enum", @@ -50009,7 +50026,7 @@ "name": "FieldValueFactorModifier", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/compound.ts#L310-L353" + "specLocation": "_types/query_dsl/compound.ts#L323-L366" }, { "kind": "interface", @@ -50053,7 +50070,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L131-L134" + "specLocation": "_types/query_dsl/compound.ts#L144-L147" }, { "kind": "interface", @@ -50075,7 +50092,7 @@ } } ], - "specLocation": "_types/query_dsl/compound.ts#L124-L129" + "specLocation": "_types/query_dsl/compound.ts#L137-L142" }, { "kind": "interface", @@ -50225,9 +50242,11 @@ "name": "FunctionScoreMode", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/compound.ts#L255-L280" + "specLocation": "_types/query_dsl/compound.ts#L268-L293" }, { + "extDocId": "query-dsl-fuzzy-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-fuzzy-query.html", "inherits": { "type": { "name": "QueryBase", @@ -50341,7 +50360,7 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L45-L80" + "specLocation": "_types/query_dsl/term.ts#L48-L86" }, { "docId": "query-dsl-multi-term-rewrite", @@ -50421,6 +50440,8 @@ } } ], + "extDocId": "query-dsl-geo-bounding-box-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-bounding-box-query.html", "inherits": { "type": { "name": "QueryBase", @@ -50475,7 +50496,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L32-L53" + "specLocation": "_types/query_dsl/geo.ts#L32-L54" }, { "codegenNames": [ @@ -50799,7 +50820,7 @@ "name": "GeoExecution", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/geo.ts#L55-L58" + "specLocation": "_types/query_dsl/geo.ts#L56-L59" }, { "kind": "enum", @@ -50820,7 +50841,7 @@ "name": "GeoValidationMethod", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/geo.ts#L159-L169" + "specLocation": "_types/query_dsl/geo.ts#L163-L173" }, { "attachedBehaviors": [ @@ -50854,6 +50875,8 @@ } } ], + "extDocId": "query-dsl-geo-distance-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-distance-query.html", "inherits": { "type": { "name": "QueryBase", @@ -50920,7 +50943,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L60-L91" + "specLocation": "_types/query_dsl/geo.ts#L61-L93" }, { "kind": "type_alias", @@ -50991,6 +51014,8 @@ "description": "Use geo-shape instead.", "version": "7.12.0" }, + "extDocId": "query-dsl-geo-polygon-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-polygon-query.html", "inherits": { "type": { "name": "QueryBase", @@ -51027,7 +51052,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L97-L108" + "specLocation": "_types/query_dsl/geo.ts#L99-L111" }, { "kind": "interface", @@ -51051,7 +51076,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L93-L95" + "specLocation": "_types/query_dsl/geo.ts#L95-L97" }, { "attachedBehaviors": [ @@ -51085,6 +51110,8 @@ } } ], + "extDocId": "query-dsl-geo-shape-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-geo-shape-query.html", "inherits": { "type": { "name": "QueryBase", @@ -51111,7 +51138,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L128-L143" + "specLocation": "_types/query_dsl/geo.ts#L131-L147" }, { "kind": "interface", @@ -51157,7 +51184,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L115-L126" + "specLocation": "_types/query_dsl/geo.ts#L118-L129" }, { "description": "A GeoJson shape, that can also use Elasticsearch's `envelope` extension.", @@ -51256,6 +51283,8 @@ "specLocation": "_types/Geo.ts#L64-L82" }, { + "extDocId": "query-dsl-has-child-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-has-child-query.html", "inherits": { "type": { "name": "QueryBase", @@ -51357,7 +51386,7 @@ } } ], - "specLocation": "_types/query_dsl/joining.ts#L41-L76" + "specLocation": "_types/query_dsl/joining.ts#L41-L79" }, { "kind": "interface", @@ -51700,7 +51729,7 @@ } ], "shortcutProperty": "field", - "specLocation": "_types/query_dsl/abstractions.ts#L525-L539" + "specLocation": "_types/query_dsl/abstractions.ts#L528-L542" }, { "inherits": { @@ -53171,6 +53200,8 @@ } }, { + "extDocId": "query-dsl-has-parent-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-has-parent-query.html", "inherits": { "type": { "name": "QueryBase", @@ -53248,9 +53279,11 @@ } } ], - "specLocation": "_types/query_dsl/joining.ts#L78-L104" + "specLocation": "_types/query_dsl/joining.ts#L81-L110" }, { + "extDocId": "query-dsl-ids-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-ids-query.html", "inherits": { "type": { "name": "QueryBase", @@ -53276,7 +53309,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L82-L87" + "specLocation": "_types/query_dsl/term.ts#L88-L96" }, { "kind": "type_alias", @@ -53309,6 +53342,8 @@ } }, { + "extDocId": "query-dsl-intervals-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-intervals-query.html", "inherits": { "type": { "name": "QueryBase", @@ -53396,7 +53431,7 @@ } } ], - "specLocation": "_types/query_dsl/fulltext.ts#L235-L263", + "specLocation": "_types/query_dsl/fulltext.ts#L235-L266", "variants": { "kind": "container" } @@ -53972,9 +54007,11 @@ } } ], - "specLocation": "_types/query_dsl/fulltext.ts#L265-L280" + "specLocation": "_types/query_dsl/fulltext.ts#L268-L283" }, { + "extDocId": "query-dsl-knn-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-knn-query.html", "inherits": { "type": { "name": "QueryBase", @@ -54087,7 +54124,7 @@ } } ], - "specLocation": "_types/Knn.ts#L54-L69" + "specLocation": "_types/Knn.ts#L54-L72" }, { "kind": "type_alias", @@ -54126,7 +54163,7 @@ } } ], - "specLocation": "_types/Knn.ts#L71-L74", + "specLocation": "_types/Knn.ts#L74-L77", "variants": { "kind": "container" } @@ -54161,9 +54198,11 @@ } } ], - "specLocation": "_types/Knn.ts#L76-L79" + "specLocation": "_types/Knn.ts#L79-L82" }, { + "extDocId": "query-dsl-match-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query.html", "inherits": { "type": { "name": "QueryBase", @@ -54371,7 +54410,7 @@ } ], "shortcutProperty": "query", - "specLocation": "_types/query_dsl/fulltext.ts#L282-L347" + "specLocation": "_types/query_dsl/fulltext.ts#L285-L353" }, { "kind": "enum", @@ -54389,9 +54428,11 @@ "name": "ZeroTermsQuery", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/fulltext.ts#L569-L578" + "specLocation": "_types/query_dsl/fulltext.ts#L587-L596" }, { + "extDocId": "query-dsl-match-all-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-all-query.html", "inherits": { "type": { "name": "QueryBase", @@ -54404,9 +54445,11 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/MatchAllQuery.ts#L22-L22" + "specLocation": "_types/query_dsl/MatchAllQuery.ts#L22-L25" }, { + "extDocId": "query-dsl-match-bool-prefix-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-bool-prefix-query.html", "inherits": { "type": { "name": "QueryBase", @@ -54541,9 +54584,11 @@ } ], "shortcutProperty": "query", - "specLocation": "_types/query_dsl/fulltext.ts#L349-L403" + "specLocation": "_types/query_dsl/fulltext.ts#L355-L412" }, { + "extDocId": "query-dsl-match-none-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-all-query.html#query-dsl-match-none-query", "inherits": { "type": { "name": "QueryBase", @@ -54556,9 +54601,11 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/MatchNoneQuery.ts#L22-L22" + "specLocation": "_types/query_dsl/MatchNoneQuery.ts#L22-L25" }, { + "extDocId": "query-dsl-match-query-phrase", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query-phrase.html", "inherits": { "type": { "name": "QueryBase", @@ -54625,9 +54672,11 @@ } ], "shortcutProperty": "query", - "specLocation": "_types/query_dsl/fulltext.ts#L405-L426" + "specLocation": "_types/query_dsl/fulltext.ts#L414-L438" }, { + "extDocId": "query-dsl-match-query-phrase-prefix", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-match-query-phrase-prefix.html", "inherits": { "type": { "name": "QueryBase", @@ -54707,9 +54756,11 @@ } ], "shortcutProperty": "query", - "specLocation": "_types/query_dsl/fulltext.ts#L428-L454" + "specLocation": "_types/query_dsl/fulltext.ts#L440-L469" }, { + "extDocId": "query-dsl-mlt-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-mlt-query.html", "inherits": { "type": { "name": "QueryBase", @@ -54724,8 +54775,8 @@ "properties": [ { "description": "The analyzer that is used to analyze the free form text.\nDefaults to the analyzer associated with the first field in fields.", - "docId": "analysis", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/analysis.html", + "extDocId": "analysis", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/analysis.html", "name": "analyzer", "required": false, "type": { @@ -54982,7 +55033,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L86-L168" + "specLocation": "_types/query_dsl/specialized.ts#L87-L172" }, { "codegenNames": [ @@ -54997,7 +55048,7 @@ "name": "Like", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/specialized.ts#L194-L199", + "specLocation": "_types/query_dsl/specialized.ts#L198-L203", "type": { "items": [ { @@ -55129,7 +55180,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L170-L192" + "specLocation": "_types/query_dsl/specialized.ts#L174-L196" }, { "kind": "enum", @@ -55188,6 +55239,8 @@ } }, { + "extDocId": "query-dsl-multi-match-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-multi-match-query.html", "inherits": { "type": { "name": "QueryBase", @@ -55426,7 +55479,7 @@ } } ], - "specLocation": "_types/query_dsl/fulltext.ts#L456-L539" + "specLocation": "_types/query_dsl/fulltext.ts#L471-L557" }, { "kind": "enum", @@ -55460,9 +55513,11 @@ "name": "TextQueryType", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/fulltext.ts#L541-L567" + "specLocation": "_types/query_dsl/fulltext.ts#L559-L585" }, { + "extDocId": "query-dsl-nested-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-nested-query.html", "inherits": { "type": { "name": "QueryBase", @@ -55540,9 +55595,11 @@ } } ], - "specLocation": "_types/query_dsl/joining.ts#L106-L130" + "specLocation": "_types/query_dsl/joining.ts#L112-L139" }, { + "extDocId": "query-dsl-parent-id-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-parent-id-query.html", "inherits": { "type": { "name": "QueryBase", @@ -55593,9 +55650,11 @@ } } ], - "specLocation": "_types/query_dsl/joining.ts#L132-L146" + "specLocation": "_types/query_dsl/joining.ts#L141-L158" }, { + "extDocId": "query-dsl-percolate-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-percolate-query.html", "inherits": { "type": { "name": "QueryBase", @@ -55712,9 +55771,11 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L201-L238" + "specLocation": "_types/query_dsl/specialized.ts#L205-L245" }, { + "extDocId": "query-dsl-pinned-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-pinned-query.html", "inherits": { "type": { "name": "QueryBase", @@ -55771,7 +55832,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L240-L259", + "specLocation": "_types/query_dsl/specialized.ts#L247-L267", "variants": { "kind": "container" } @@ -55808,9 +55869,11 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L261-L270" + "specLocation": "_types/query_dsl/specialized.ts#L269-L278" }, { + "extDocId": "query-dsl-prefix-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-prefix-query.html", "inherits": { "type": { "name": "QueryBase", @@ -55870,9 +55933,11 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L89-L108" + "specLocation": "_types/query_dsl/term.ts#L98-L120" }, { + "extDocId": "query-dsl-query-string-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-query-string-query.html", "inherits": { "type": { "name": "QueryBase", @@ -56211,7 +56276,7 @@ } } ], - "specLocation": "_types/query_dsl/fulltext.ts#L580-L700" + "specLocation": "_types/query_dsl/fulltext.ts#L598-L721" }, { "kind": "type_alias", @@ -56235,12 +56300,14 @@ "number", "term" ], + "extDocId": "query-dsl-range-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-range-query.html", "kind": "type_alias", "name": { "name": "RangeQuery", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/term.ts#L164-L173", + "specLocation": "_types/query_dsl/term.ts#L176-L186", "type": { "items": [ { @@ -56325,7 +56392,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L138-L147" + "specLocation": "_types/query_dsl/term.ts#L150-L159" }, { "generics": [ @@ -56462,7 +56529,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L110-L136" + "specLocation": "_types/query_dsl/term.ts#L122-L148" }, { "kind": "enum", @@ -56484,7 +56551,7 @@ "name": "RangeRelation", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/term.ts#L175-L188" + "specLocation": "_types/query_dsl/term.ts#L188-L201" }, { "docId": "mapping-date-format", @@ -56550,7 +56617,7 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L149-L158" + "specLocation": "_types/query_dsl/term.ts#L161-L170" }, { "inherits": { @@ -56574,7 +56641,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/term.ts#L160-L160" + "specLocation": "_types/query_dsl/term.ts#L172-L172" }, { "inherits": { @@ -56598,9 +56665,11 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/term.ts#L162-L162" + "specLocation": "_types/query_dsl/term.ts#L174-L174" }, { + "extDocId": "query-dsl-rank-feature-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-rank-feature-query.html", "inherits": { "type": { "name": "QueryBase", @@ -56674,7 +56743,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L301-L324" + "specLocation": "_types/query_dsl/specialized.ts#L309-L335" }, { "inherits": { @@ -56702,7 +56771,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L283-L288" + "specLocation": "_types/query_dsl/specialized.ts#L291-L296" }, { "kind": "interface", @@ -56711,7 +56780,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/specialized.ts#L272-L272" + "specLocation": "_types/query_dsl/specialized.ts#L280-L280" }, { "inherits": { @@ -56739,7 +56808,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L276-L281" + "specLocation": "_types/query_dsl/specialized.ts#L284-L289" }, { "inherits": { @@ -56754,7 +56823,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/specialized.ts#L274-L274" + "specLocation": "_types/query_dsl/specialized.ts#L282-L282" }, { "inherits": { @@ -56794,9 +56863,11 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L290-L299" + "specLocation": "_types/query_dsl/specialized.ts#L298-L307" }, { + "extDocId": "query-dsl-regexp-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-regexp-query.html", "inherits": { "type": { "name": "QueryBase", @@ -56885,9 +56956,11 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L190-L220" + "specLocation": "_types/query_dsl/term.ts#L203-L236" }, { + "extDocId": "query-dsl-rule-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-rule-query.html", "inherits": { "type": { "name": "QueryBase", @@ -56933,9 +57006,11 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L380-L384" + "specLocation": "_types/query_dsl/specialized.ts#L398-L405" }, { + "extDocId": "query-dsl-script-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-script-query.html", "inherits": { "type": { "name": "QueryBase", @@ -56961,9 +57036,11 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L326-L332" + "specLocation": "_types/query_dsl/specialized.ts#L337-L346" }, { + "extDocId": "query-dsl-script-score-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-script-score-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57013,9 +57090,11 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L334-L348" + "specLocation": "_types/query_dsl/specialized.ts#L348-L365" }, { + "extDocId": "query-dsl-semantic-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-semantic-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57053,7 +57132,7 @@ } } ], - "specLocation": "_types/query_dsl/SemanticQuery.ts#L22-L27" + "specLocation": "_types/query_dsl/SemanticQuery.ts#L22-L30" }, { "attachedBehaviors": [ @@ -57087,6 +57166,8 @@ } } ], + "extDocId": "query-dsl-shape-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-shape-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57112,7 +57193,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L350-L363" + "specLocation": "_types/query_dsl/specialized.ts#L367-L381" }, { "kind": "interface", @@ -57158,9 +57239,11 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L365-L378" + "specLocation": "_types/query_dsl/specialized.ts#L383-L396" }, { + "extDocId": "query-dsl-simple-query-string-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-simple-query-string-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57344,7 +57427,7 @@ } } ], - "specLocation": "_types/query_dsl/fulltext.ts#L765-L830" + "specLocation": "_types/query_dsl/fulltext.ts#L786-L854" }, { "description": "Query flags can be either a single flag or a combination of flags, e.g. `OR|AND|PREFIX`", @@ -57355,7 +57438,7 @@ "name": "SimpleQueryStringFlags", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/fulltext.ts#L702-L706", + "specLocation": "_types/query_dsl/fulltext.ts#L723-L727", "type": { "generics": [ { @@ -57408,6 +57491,8 @@ } }, { + "extDocId": "query-dsl-span-containing-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-containing-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57445,7 +57530,7 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L25-L36" + "specLocation": "_types/query_dsl/span.ts#L25-L39" }, { "kind": "interface", @@ -57585,13 +57670,15 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L131-L173", + "specLocation": "_types/query_dsl/span.ts#L158-L200", "variants": { "kind": "container", "nonExhaustive": true } }, { + "extDocId": "query-dsl-span-field-masking-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-field-masking-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57627,9 +57714,11 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L38-L41" + "specLocation": "_types/query_dsl/span.ts#L41-L47" }, { + "extDocId": "query-dsl-span-first-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-first-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57667,7 +57756,7 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L43-L52" + "specLocation": "_types/query_dsl/span.ts#L49-L61" }, { "description": "Can only be used as a clause in a span_near query.", @@ -57676,7 +57765,7 @@ "name": "SpanGapQuery", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/span.ts#L54-L56", + "specLocation": "_types/query_dsl/span.ts#L63-L65", "type": { "key": { "kind": "instance_of", @@ -57697,6 +57786,8 @@ } }, { + "extDocId": "query-dsl-span-multi-term-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-multi-term-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57722,9 +57813,11 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L58-L63" + "specLocation": "_types/query_dsl/span.ts#L67-L75" }, { + "extDocId": "query-dsl-span-near-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-near-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57777,9 +57870,11 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L65-L78" + "specLocation": "_types/query_dsl/span.ts#L77-L93" }, { + "extDocId": "query-dsl-span-not-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-not-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57855,9 +57950,11 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L80-L104" + "specLocation": "_types/query_dsl/span.ts#L95-L122" }, { + "extDocId": "query-dsl-span-or-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-or-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57886,9 +57983,11 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L106-L111" + "specLocation": "_types/query_dsl/span.ts#L124-L132" }, { + "extDocId": "query-dsl-span-term-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-term-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57914,9 +58013,11 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/span.ts#L113-L116" + "specLocation": "_types/query_dsl/span.ts#L134-L140" }, { + "extDocId": "query-dsl-span-within-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-span-within-query.html", "inherits": { "type": { "name": "QueryBase", @@ -57954,9 +58055,11 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L118-L129" + "specLocation": "_types/query_dsl/span.ts#L142-L156" }, { + "extDocId": "query-dsl-sparse-vector-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-sparse-vector-query.html", "inherits": { "type": { "name": "QueryBase", @@ -58075,7 +58178,7 @@ } } ], - "specLocation": "_types/query_dsl/SparseVectorQuery.ts#L26-L79", + "specLocation": "_types/query_dsl/SparseVectorQuery.ts#L26-L80", "variants": { "kind": "container" } @@ -58130,6 +58233,8 @@ "specLocation": "_types/query_dsl/TokenPruningConfig.ts#L22-L35" }, { + "extDocId": "query-dsl-term-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-term-query.html", "inherits": { "type": { "name": "QueryBase", @@ -58175,7 +58280,7 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L222-L236" + "specLocation": "_types/query_dsl/term.ts#L238-L255" }, { "codegenNames": [ @@ -58269,6 +58374,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", @@ -58281,7 +58388,7 @@ "namespace": "_types.query_dsl" }, "properties": [], - "specLocation": "_types/query_dsl/term.ts#L238-L243" + "specLocation": "_types/query_dsl/term.ts#L257-L263" }, { "codegenNames": [ @@ -58293,7 +58400,7 @@ "name": "TermsQueryField", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/term.ts#L245-L248", + "specLocation": "_types/query_dsl/term.ts#L265-L268", "type": { "items": [ { @@ -58369,9 +58476,11 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L250-L255" + "specLocation": "_types/query_dsl/term.ts#L270-L275" }, { + "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", @@ -58442,9 +58551,11 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L257-L276" + "specLocation": "_types/query_dsl/term.ts#L277-L299" }, { + "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", @@ -58503,9 +58614,11 @@ } } ], - "specLocation": "_types/query_dsl/TextExpansionQuery.ts#L23-L33" + "specLocation": "_types/query_dsl/TextExpansionQuery.ts#L23-L36" }, { + "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", @@ -58554,9 +58667,11 @@ } } ], - "specLocation": "_types/query_dsl/WeightedTokensQuery.ts#L25-L30" + "specLocation": "_types/query_dsl/WeightedTokensQuery.ts#L25-L33" }, { + "extDocId": "query-dsl-wildcard-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wildcard-query.html", "inherits": { "type": { "name": "QueryBase", @@ -58627,9 +58742,11 @@ } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/term.ts#L282-L299" + "specLocation": "_types/query_dsl/term.ts#L305-L325" }, { + "extDocId": "query-dsl-wrapper-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl-wrapper-query.html", "inherits": { "type": { "name": "QueryBase", @@ -58655,7 +58772,7 @@ } } ], - "specLocation": "_types/query_dsl/abstractions.ts#L501-L507" + "specLocation": "_types/query_dsl/abstractions.ts#L501-L510" }, { "inherits": { @@ -58682,9 +58799,11 @@ } } ], - "specLocation": "_types/query_dsl/term.ts#L278-L280" + "specLocation": "_types/query_dsl/term.ts#L301-L303" }, { + "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", @@ -58812,7 +58931,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L72-L107" + "specLocation": "_types/aggregations/bucket.ts#L72-L110" }, { "kind": "enum", @@ -58840,7 +58959,7 @@ "name": "MinimumInterval", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L109-L116" + "specLocation": "_types/aggregations/bucket.ts#L112-L119" }, { "description": "A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a\nnumber of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string\nrepresentation.", @@ -58988,6 +59107,8 @@ "specLocation": "_types/aggregations/metric.ts#L34-L45" }, { + "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", @@ -59000,7 +59121,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L78-L78" + "specLocation": "_types/aggregations/pipeline.ts#L78-L81" }, { "inherits": { @@ -59180,6 +59301,8 @@ "specLocation": "_types/aggregations/metric.ts#L57-L62" }, { + "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", @@ -59205,9 +59328,11 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L80-L85" + "specLocation": "_types/aggregations/pipeline.ts#L83-L91" }, { + "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", @@ -59233,9 +59358,11 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L87-L92" + "specLocation": "_types/aggregations/pipeline.ts#L93-L101" }, { + "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", @@ -59302,10 +59429,12 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L169-L190" + "specLocation": "_types/aggregations/pipeline.ts#L180-L204" }, { "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", @@ -59361,10 +59490,12 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L94-L127" + "specLocation": "_types/aggregations/pipeline.ts#L103-L137" }, { "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", @@ -59390,7 +59521,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L129-L135" + "specLocation": "_types/aggregations/pipeline.ts#L139-L146" }, { "kind": "interface", @@ -59412,7 +59543,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L137-L142" + "specLocation": "_types/aggregations/pipeline.ts#L148-L153" }, { "kind": "interface", @@ -59434,7 +59565,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L144-L147" + "specLocation": "_types/aggregations/pipeline.ts#L155-L158" }, { "kind": "interface", @@ -59486,7 +59617,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L149-L167" + "specLocation": "_types/aggregations/pipeline.ts#L160-L178" }, { "inherits": { @@ -59572,6 +59703,8 @@ }, { "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", @@ -59712,7 +59845,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1081-L1145" + "specLocation": "_types/aggregations/bucket.ts#L1117-L1182" }, { "codegenNames": [ @@ -59724,7 +59857,7 @@ "name": "CategorizeTextAnalyzer", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1147-L1150", + "specLocation": "_types/aggregations/bucket.ts#L1184-L1187", "type": { "items": [ { @@ -59792,7 +59925,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1152-L1156" + "specLocation": "_types/aggregations/bucket.ts#L1189-L1193" }, { "inherits": { @@ -59820,9 +59953,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L118-L123" + "specLocation": "_types/aggregations/bucket.ts#L121-L126" }, { + "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", @@ -59887,7 +60022,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L127-L143" + "specLocation": "_types/aggregations/bucket.ts#L130-L149" }, { "kind": "type_alias", @@ -59895,7 +60030,7 @@ "name": "CompositeAggregateKey", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L125-L125", + "specLocation": "_types/aggregations/bucket.ts#L128-L128", "type": { "key": { "kind": "instance_of", @@ -59971,7 +60106,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L145-L162" + "specLocation": "_types/aggregations/bucket.ts#L151-L168" }, { "inherits": { @@ -59986,7 +60121,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L175-L175" + "specLocation": "_types/aggregations/bucket.ts#L181-L181" }, { "kind": "interface", @@ -60064,7 +60199,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L164-L173" + "specLocation": "_types/aggregations/bucket.ts#L170-L179" }, { "kind": "enum", @@ -60123,7 +60258,7 @@ "name": "ValueType", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/metric.ts#L424-L435" + "specLocation": "_types/aggregations/metric.ts#L436-L447" }, { "inherits": { @@ -60150,7 +60285,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L177-L179" + "specLocation": "_types/aggregations/bucket.ts#L183-L185" }, { "inherits": { @@ -60223,7 +60358,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L181-L189" + "specLocation": "_types/aggregations/bucket.ts#L187-L195" }, { "description": "A date histogram interval. Similar to `Duration` with additional units: `w` (week), `M` (month), `q` (quarter) and\n`y` (year)", @@ -60308,9 +60443,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L191-L194" + "specLocation": "_types/aggregations/bucket.ts#L197-L200" }, { + "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", @@ -60323,9 +60460,11 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L192-L192" + "specLocation": "_types/aggregations/pipeline.ts#L206-L209" }, { + "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", @@ -60338,7 +60477,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L194-L194" + "specLocation": "_types/aggregations/pipeline.ts#L211-L214" }, { "inherits": { @@ -60560,7 +60699,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L196-L254" + "specLocation": "_types/aggregations/bucket.ts#L202-L260" }, { "kind": "enum", @@ -60618,7 +60757,7 @@ "name": "CalendarInterval", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L256-L273" + "specLocation": "_types/aggregations/bucket.ts#L262-L279" }, { "generics": [ @@ -60658,7 +60797,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L496-L505" + "specLocation": "_types/aggregations/bucket.ts#L508-L517" }, { "kind": "type_alias", @@ -60666,7 +60805,7 @@ "name": "AggregateOrder", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1019-L1021", + "specLocation": "_types/aggregations/bucket.ts#L1052-L1054", "type": { "items": [ { @@ -60801,7 +60940,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L275-L301" + "specLocation": "_types/aggregations/bucket.ts#L281-L307" }, { "kind": "interface", @@ -60847,7 +60986,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L312-L325" + "specLocation": "_types/aggregations/bucket.ts#L318-L331" }, { "codegenNames": [ @@ -60860,7 +60999,7 @@ "name": "FieldDateMath", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L303-L310", + "specLocation": "_types/aggregations/bucket.ts#L309-L316", "type": { "items": [ { @@ -60909,9 +61048,11 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L196-L196" + "specLocation": "_types/aggregations/pipeline.ts#L216-L216" }, { + "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", @@ -60987,7 +61128,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L327-L348" + "specLocation": "_types/aggregations/bucket.ts#L333-L357" }, { "kind": "enum", @@ -61009,7 +61150,7 @@ "name": "SamplerAggregationExecutionHint", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L350-L363" + "specLocation": "_types/aggregations/bucket.ts#L359-L372" }, { "inherits": { @@ -61065,9 +61206,11 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L198-L203" + "specLocation": "_types/aggregations/pipeline.ts#L218-L223" }, { + "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", "kind": "interface", "name": { "name": "FrequentItemSetsAggregation", @@ -61141,7 +61284,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1203-L1227" + "specLocation": "_types/aggregations/bucket.ts#L1240-L1267" }, { "kind": "interface", @@ -61186,7 +61329,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1189-L1201" + "specLocation": "_types/aggregations/bucket.ts#L1226-L1238" }, { "codegenNames": [ @@ -61198,7 +61341,7 @@ "name": "TermsExclude", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1044-L1045", + "specLocation": "_types/aggregations/bucket.ts#L1077-L1078", "type": { "items": [ { @@ -61233,7 +61376,7 @@ "name": "TermsInclude", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1041-L1042", + "specLocation": "_types/aggregations/bucket.ts#L1074-L1075", "type": { "items": [ { @@ -61296,7 +61439,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1047-L1056" + "specLocation": "_types/aggregations/bucket.ts#L1080-L1089" }, { "inherits": { @@ -61371,7 +61514,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L365-L385" + "specLocation": "_types/aggregations/bucket.ts#L374-L394" }, { "codegenNames": [ @@ -61390,7 +61533,7 @@ "name": "Buckets", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/Aggregate.ts#L317-L326", + "specLocation": "_types/aggregations/Aggregate.ts#L346-L355", "type": { "items": [ { @@ -61426,6 +61569,8 @@ } }, { + "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", @@ -61452,7 +61597,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L108-L114" + "specLocation": "_types/aggregations/metric.ts#L108-L117" }, { "inherits": { @@ -61490,7 +61635,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L116-L119" + "specLocation": "_types/aggregations/metric.ts#L119-L122" }, { "inherits": { @@ -61571,7 +61716,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L387-L410" + "specLocation": "_types/aggregations/bucket.ts#L396-L419" }, { "kind": "interface", @@ -61641,9 +61786,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L679-L692" + "specLocation": "_types/aggregations/bucket.ts#L691-L704" }, { + "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", @@ -61719,7 +61866,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L412-L437" + "specLocation": "_types/aggregations/bucket.ts#L421-L449" }, { "codegenNames": [ @@ -61823,7 +61970,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L121-L146" + "specLocation": "_types/aggregations/metric.ts#L124-L149" }, { "kind": "interface", @@ -61845,7 +61992,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L155-L160" + "specLocation": "_types/aggregations/metric.ts#L158-L163" }, { "kind": "interface", @@ -61867,7 +62014,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L148-L153" + "specLocation": "_types/aggregations/metric.ts#L151-L156" }, { "inherits": { @@ -61945,7 +62092,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L439-L465" + "specLocation": "_types/aggregations/bucket.ts#L451-L477" }, { "kind": "type_alias", @@ -62038,7 +62185,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L467-L492" + "specLocation": "_types/aggregations/bucket.ts#L479-L504" }, { "inherits": { @@ -62053,7 +62200,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L494-L494" + "specLocation": "_types/aggregations/bucket.ts#L506-L506" }, { "inherits": { @@ -62218,7 +62365,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L507-L553" + "specLocation": "_types/aggregations/bucket.ts#L519-L565" }, { "inherits": { @@ -62261,7 +62408,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L555-L564" + "specLocation": "_types/aggregations/bucket.ts#L567-L576" }, { "kind": "interface", @@ -62331,7 +62478,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L566-L579" + "specLocation": "_types/aggregations/bucket.ts#L578-L591" }, { "inherits": { @@ -62422,7 +62569,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1158-L1187" + "specLocation": "_types/aggregations/bucket.ts#L1195-L1224" }, { "inherits": { @@ -62462,7 +62609,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L205-L214" + "specLocation": "_types/aggregations/pipeline.ts#L225-L234" }, { "kind": "interface", @@ -62496,7 +62643,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L216-L222", + "specLocation": "_types/aggregations/pipeline.ts#L236-L242", "variants": { "kind": "container" } @@ -62704,9 +62851,11 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L162-L162" + "specLocation": "_types/aggregations/metric.ts#L165-L165" }, { + "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", @@ -62719,9 +62868,11 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L224-L224" + "specLocation": "_types/aggregations/pipeline.ts#L244-L247" }, { + "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", @@ -62748,7 +62899,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L164-L170" + "specLocation": "_types/aggregations/metric.ts#L167-L176" }, { "inherits": { @@ -62763,9 +62914,11 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L172-L172" + "specLocation": "_types/aggregations/metric.ts#L178-L178" }, { + "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", @@ -62778,7 +62931,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L226-L226" + "specLocation": "_types/aggregations/pipeline.ts#L249-L252" }, { "inherits": { @@ -62817,7 +62970,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L581-L587" + "specLocation": "_types/aggregations/bucket.ts#L593-L599" }, { "kind": "type_alias", @@ -62825,7 +62978,7 @@ "name": "MovingAverageAggregation", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/pipeline.ts#L228-L234", + "specLocation": "_types/aggregations/pipeline.ts#L254-L260", "type": { "items": [ { @@ -62904,7 +63057,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L242-L245" + "specLocation": "_types/aggregations/pipeline.ts#L268-L271" }, { "inherits": { @@ -62953,7 +63106,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L236-L240" + "specLocation": "_types/aggregations/pipeline.ts#L262-L266" }, { "description": "For empty Class assignments", @@ -62998,7 +63151,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L247-L250" + "specLocation": "_types/aggregations/pipeline.ts#L273-L276" }, { "inherits": { @@ -63033,7 +63186,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L252-L255" + "specLocation": "_types/aggregations/pipeline.ts#L278-L281" }, { "kind": "interface", @@ -63054,7 +63207,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L267-L269" + "specLocation": "_types/aggregations/pipeline.ts#L293-L295" }, { "inherits": { @@ -63089,7 +63242,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L257-L260" + "specLocation": "_types/aggregations/pipeline.ts#L283-L286" }, { "kind": "interface", @@ -63121,7 +63274,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L271-L274" + "specLocation": "_types/aggregations/pipeline.ts#L297-L300" }, { "inherits": { @@ -63156,7 +63309,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L262-L265" + "specLocation": "_types/aggregations/pipeline.ts#L288-L291" }, { "kind": "interface", @@ -63232,7 +63385,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L275-L282" + "specLocation": "_types/aggregations/pipeline.ts#L301-L308" }, { "kind": "enum", @@ -63250,9 +63403,11 @@ "name": "HoltWintersType", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/pipeline.ts#L283-L286" + "specLocation": "_types/aggregations/pipeline.ts#L309-L312" }, { + "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", @@ -63302,9 +63457,11 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L305-L317" + "specLocation": "_types/aggregations/pipeline.ts#L334-L349" }, { + "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", @@ -63355,7 +63512,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L288-L303" + "specLocation": "_types/aggregations/pipeline.ts#L314-L332" }, { "inherits": { @@ -63475,7 +63632,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L589-L629" + "specLocation": "_types/aggregations/bucket.ts#L601-L641" }, { "kind": "enum", @@ -63493,7 +63650,7 @@ "name": "TermsAggregationCollectMode", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1023-L1032" + "specLocation": "_types/aggregations/bucket.ts#L1056-L1065" }, { "kind": "interface", @@ -63527,7 +63684,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L631-L641" + "specLocation": "_types/aggregations/bucket.ts#L643-L653" }, { "inherits": { @@ -63555,9 +63712,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L643-L648" + "specLocation": "_types/aggregations/bucket.ts#L655-L660" }, { + "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", @@ -63583,7 +63742,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L319-L324" + "specLocation": "_types/aggregations/pipeline.ts#L351-L359" }, { "kind": "enum", @@ -63618,7 +63777,7 @@ "name": "NormalizeMethod", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/pipeline.ts#L326-L352" + "specLocation": "_types/aggregations/pipeline.ts#L361-L387" }, { "inherits": { @@ -63646,9 +63805,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L650-L655" + "specLocation": "_types/aggregations/bucket.ts#L662-L667" }, { + "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", @@ -63726,7 +63887,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L174-L193" + "specLocation": "_types/aggregations/metric.ts#L180-L202" }, { "kind": "interface", @@ -63748,7 +63909,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L216-L221" + "specLocation": "_types/aggregations/metric.ts#L225-L230" }, { "kind": "interface", @@ -63770,7 +63931,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L223-L228" + "specLocation": "_types/aggregations/metric.ts#L232-L237" }, { "inherits": { @@ -63838,9 +63999,11 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L195-L214" + "specLocation": "_types/aggregations/metric.ts#L204-L223" }, { + "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", @@ -63869,7 +64032,7 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L354-L359" + "specLocation": "_types/aggregations/pipeline.ts#L389-L397" }, { "inherits": { @@ -63958,9 +64121,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L657-L677" + "specLocation": "_types/aggregations/bucket.ts#L669-L689" }, { + "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", @@ -64059,7 +64224,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L694-L724" + "specLocation": "_types/aggregations/bucket.ts#L706-L739" }, { "inherits": { @@ -64100,7 +64265,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L230-L241" + "specLocation": "_types/aggregations/metric.ts#L239-L250" }, { "kind": "enum", @@ -64118,7 +64283,7 @@ "name": "RateMode", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/metric.ts#L243-L252" + "specLocation": "_types/aggregations/metric.ts#L252-L261" }, { "inherits": { @@ -64146,9 +64311,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L726-L732" + "specLocation": "_types/aggregations/bucket.ts#L741-L747" }, { + "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", @@ -64186,9 +64353,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L734-L751" + "specLocation": "_types/aggregations/bucket.ts#L749-L769" }, { + "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", @@ -64215,7 +64384,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L753-L759" + "specLocation": "_types/aggregations/bucket.ts#L771-L780" }, { "inherits": { @@ -64298,9 +64467,11 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L254-L280" + "specLocation": "_types/aggregations/metric.ts#L263-L289" }, { + "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", @@ -64326,9 +64497,11 @@ } } ], - "specLocation": "_types/aggregations/pipeline.ts#L361-L367" + "specLocation": "_types/aggregations/pipeline.ts#L399-L408" }, { + "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", @@ -64523,7 +64696,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L796-L860" + "specLocation": "_types/aggregations/bucket.ts#L817-L884" }, { "kind": "interface", @@ -64557,7 +64730,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L761-L770" + "specLocation": "_types/aggregations/bucket.ts#L782-L791" }, { "kind": "enum", @@ -64579,7 +64752,7 @@ "name": "TermsAggregationExecutionHint", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1034-L1039" + "specLocation": "_types/aggregations/bucket.ts#L1067-L1072" }, { "kind": "interface", @@ -64601,7 +64774,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L772-L777" + "specLocation": "_types/aggregations/bucket.ts#L793-L798" }, { "kind": "interface", @@ -64635,7 +64808,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L779-L788" + "specLocation": "_types/aggregations/bucket.ts#L800-L809" }, { "kind": "interface", @@ -64644,7 +64817,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L790-L790" + "specLocation": "_types/aggregations/bucket.ts#L811-L811" }, { "kind": "interface", @@ -64665,9 +64838,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L792-L794" + "specLocation": "_types/aggregations/bucket.ts#L813-L815" }, { + "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", @@ -64886,7 +65061,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L862-L934" + "specLocation": "_types/aggregations/bucket.ts#L886-L961" }, { "inherits": { @@ -64901,7 +65076,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L282-L282" + "specLocation": "_types/aggregations/metric.ts#L291-L291" }, { "inherits": { @@ -64916,7 +65091,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L369-L369" + "specLocation": "_types/aggregations/pipeline.ts#L410-L410" }, { "inherits": { @@ -64945,7 +65120,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L284-L290" + "specLocation": "_types/aggregations/metric.ts#L293-L299" }, { "inherits": { @@ -64960,9 +65135,11 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L292-L292" + "specLocation": "_types/aggregations/metric.ts#L301-L301" }, { + "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", @@ -64975,9 +65152,11 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/pipeline.ts#L371-L371" + "specLocation": "_types/aggregations/pipeline.ts#L412-L415" }, { + "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", @@ -65193,9 +65372,11 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L936-L1001" + "specLocation": "_types/aggregations/bucket.ts#L963-L1031" }, { + "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", @@ -65234,7 +65415,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1003-L1013" + "specLocation": "_types/aggregations/bucket.ts#L1033-L1046" }, { "inherits": { @@ -65428,7 +65609,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L337-L397" + "specLocation": "_types/aggregations/metric.ts#L346-L406" }, { "inherits": { @@ -65481,7 +65662,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L294-L308" + "specLocation": "_types/aggregations/metric.ts#L303-L317" }, { "kind": "interface", @@ -65526,7 +65707,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L310-L320" + "specLocation": "_types/aggregations/metric.ts#L319-L329" }, { "kind": "enum", @@ -65548,9 +65729,11 @@ "name": "TTestType", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/metric.ts#L322-L335" + "specLocation": "_types/aggregations/metric.ts#L331-L344" }, { + "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", @@ -65616,7 +65799,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L399-L413" + "specLocation": "_types/aggregations/metric.ts#L408-L425" }, { "kind": "interface", @@ -65638,7 +65821,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L415-L420" + "specLocation": "_types/aggregations/metric.ts#L427-L432" }, { "inherits": { @@ -65653,7 +65836,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/metric.ts#L422-L422" + "specLocation": "_types/aggregations/metric.ts#L434-L434" }, { "inherits": { @@ -65743,7 +65926,7 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L437-L451" + "specLocation": "_types/aggregations/metric.ts#L449-L463" }, { "kind": "interface", @@ -65788,9 +65971,11 @@ } } ], - "specLocation": "_types/aggregations/metric.ts#L453-L463" + "specLocation": "_types/aggregations/metric.ts#L465-L475" }, { + "extDocId": "search-aggregations-bucket-variablewidthhistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-variablewidthhistogram-aggregation.html", "kind": "interface", "name": { "name": "VariableWidthHistogramAggregation", @@ -65858,7 +66043,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1058-L1079" + "specLocation": "_types/aggregations/bucket.ts#L1091-L1115" }, { "kind": "interface", @@ -68927,12 +69112,14 @@ } }, { + "extDocId": "search-aggregations", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations.html", "kind": "type_alias", "name": { "name": "Aggregate", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/Aggregate.ts#L38-L124", + "specLocation": "_types/aggregations/Aggregate.ts#L38-L125", "type": { "items": [ { @@ -69458,7 +69645,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L139-L142", + "specLocation": "_types/aggregations/Aggregate.ts#L140-L143", "variantName": "cardinality" }, { @@ -69480,7 +69667,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L135-L137" + "specLocation": "_types/aggregations/Aggregate.ts#L136-L138" }, { "inherits": { @@ -69495,7 +69682,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L167-L168", + "specLocation": "_types/aggregations/Aggregate.ts#L168-L169", "variantName": "hdr_percentiles" }, { @@ -69523,7 +69710,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L147-L149" + "specLocation": "_types/aggregations/Aggregate.ts#L148-L150" }, { "codegenNames": [ @@ -69535,7 +69722,7 @@ "name": "Percentiles", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/Aggregate.ts#L151-L152", + "specLocation": "_types/aggregations/Aggregate.ts#L152-L153", "type": { "items": [ { @@ -69565,7 +69752,7 @@ "name": "KeyedPercentiles", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/Aggregate.ts#L159-L159", + "specLocation": "_types/aggregations/Aggregate.ts#L160-L160", "type": { "key": { "kind": "instance_of", @@ -69657,7 +69844,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L161-L165" + "specLocation": "_types/aggregations/Aggregate.ts#L162-L166" }, { "inherits": { @@ -69672,7 +69859,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L170-L171", + "specLocation": "_types/aggregations/Aggregate.ts#L171-L172", "variantName": "hdr_percentile_ranks" }, { @@ -69688,7 +69875,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L173-L174", + "specLocation": "_types/aggregations/Aggregate.ts#L174-L175", "variantName": "tdigest_percentiles" }, { @@ -69704,7 +69891,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L176-L177", + "specLocation": "_types/aggregations/Aggregate.ts#L177-L178", "variantName": "tdigest_percentile_ranks" }, { @@ -69720,7 +69907,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L179-L180", + "specLocation": "_types/aggregations/Aggregate.ts#L180-L181", "variantName": "percentiles_bucket" }, { @@ -69736,7 +69923,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L195-L196", + "specLocation": "_types/aggregations/Aggregate.ts#L196-L197", "variantName": "median_absolute_deviation" }, { @@ -69788,9 +69975,11 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L184-L193" + "specLocation": "_types/aggregations/Aggregate.ts#L185-L194" }, { + "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", @@ -69803,10 +69992,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L198-L199", + "specLocation": "_types/aggregations/Aggregate.ts#L199-L203", "variantName": "min" }, { + "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", @@ -69819,11 +70010,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L201-L202", + "specLocation": "_types/aggregations/Aggregate.ts#L205-L209", "variantName": "max" }, { "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", @@ -69836,10 +70029,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L204-L208", + "specLocation": "_types/aggregations/Aggregate.ts#L211-L216", "variantName": "sum" }, { + "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", @@ -69852,11 +70047,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L210-L211", + "specLocation": "_types/aggregations/Aggregate.ts#L218-L222", "variantName": "avg" }, { "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", @@ -69869,11 +70066,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L213-L217", + "specLocation": "_types/aggregations/Aggregate.ts#L224-L229", "variantName": "weighted_avg" }, { "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", @@ -69886,7 +70085,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L219-L223", + "specLocation": "_types/aggregations/Aggregate.ts#L231-L236", "variantName": "value_count" }, { @@ -69902,10 +70101,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L225-L226", + "specLocation": "_types/aggregations/Aggregate.ts#L238-L239", "variantName": "simple_value" }, { + "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", @@ -69941,7 +70142,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L228-L232", + "specLocation": "_types/aggregations/Aggregate.ts#L241-L248", "variantName": "derivative" }, { @@ -69972,11 +70173,13 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L234-L237", + "specLocation": "_types/aggregations/Aggregate.ts#L250-L253", "variantName": "bucket_metric_value" }, { "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", @@ -70125,10 +70328,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L241-L256", + "specLocation": "_types/aggregations/Aggregate.ts#L257-L273", "variantName": "stats" }, { + "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", @@ -70141,10 +70346,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L258-L259", + "specLocation": "_types/aggregations/Aggregate.ts#L275-L279", "variantName": "stats_bucket" }, { + "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", @@ -70396,7 +70603,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L279-L297", + "specLocation": "_types/aggregations/Aggregate.ts#L299-L320", "variantName": "extended_stats" }, { @@ -70545,7 +70752,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L261-L268" + "specLocation": "_types/aggregations/Aggregate.ts#L281-L288" }, { "kind": "interface", @@ -70621,7 +70828,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L270-L277" + "specLocation": "_types/aggregations/Aggregate.ts#L290-L297" }, { "inherits": { @@ -70636,10 +70843,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L299-L300", + "specLocation": "_types/aggregations/Aggregate.ts#L322-L323", "variantName": "extended_stats_bucket" }, { + "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", @@ -70664,10 +70873,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L304-L307", + "specLocation": "_types/aggregations/Aggregate.ts#L327-L333", "variantName": "geo_bounds" }, { + "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", @@ -70703,10 +70914,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L309-L313", + "specLocation": "_types/aggregations/Aggregate.ts#L335-L342", "variantName": "geo_centroid" }, { + "extDocId": "search-aggregations-bucket-histogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-histogram-aggregation.html", "inherits": { "generics": [ { @@ -70728,7 +70941,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L343-L344", + "specLocation": "_types/aggregations/Aggregate.ts#L372-L376", "variantName": "histogram" }, { @@ -70771,9 +70984,11 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L328-L330" + "specLocation": "_types/aggregations/Aggregate.ts#L357-L359" }, { + "extDocId": "search-aggregations-bucket-datehistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-datehistogram-aggregation.html", "inherits": { "generics": [ { @@ -70795,10 +71010,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L351-L352", + "specLocation": "_types/aggregations/Aggregate.ts#L383-L386", "variantName": "date_histogram" }, { + "extDocId": "search-aggregations-bucket-autodatehistogram-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-autodatehistogram-aggregation.html", "inherits": { "generics": [ { @@ -70832,7 +71049,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L359-L363", + "specLocation": "_types/aggregations/Aggregate.ts#L393-L400", "variantName": "auto_date_histogram" }, { @@ -70857,7 +71074,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L365-L367", + "specLocation": "_types/aggregations/Aggregate.ts#L402-L404", "variantName": "variable_width_histogram" }, { @@ -70883,7 +71100,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L387-L392", + "specLocation": "_types/aggregations/Aggregate.ts#L424-L429", "variantName": "sterms" }, { @@ -70937,7 +71154,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L380-L385" + "specLocation": "_types/aggregations/Aggregate.ts#L417-L422" }, { "description": "Result of a `terms` aggregation when the field is some kind of whole number like a integer, long, or a date.", @@ -70962,7 +71179,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L402-L407", + "specLocation": "_types/aggregations/Aggregate.ts#L439-L444", "variantName": "lterms" }, { @@ -70988,7 +71205,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L414-L419", + "specLocation": "_types/aggregations/Aggregate.ts#L451-L456", "variantName": "dterms" }, { @@ -71014,7 +71231,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L426-L432", + "specLocation": "_types/aggregations/Aggregate.ts#L463-L469", "variantName": "umterms" }, { @@ -71040,7 +71257,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L434-L439", + "specLocation": "_types/aggregations/Aggregate.ts#L471-L476", "variantName": "lrareterms" }, { @@ -71066,7 +71283,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L446-L450", + "specLocation": "_types/aggregations/Aggregate.ts#L483-L487", "variantName": "srareterms" }, { @@ -71092,10 +71309,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L456-L462", + "specLocation": "_types/aggregations/Aggregate.ts#L493-L499", "variantName": "umrareterms" }, { + "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": [ { @@ -71117,13 +71336,15 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L464-L466", + "specLocation": "_types/aggregations/Aggregate.ts#L501-L506", "variantName": "multi_terms" }, { "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", @@ -71136,7 +71357,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L488-L489", + "specLocation": "_types/aggregations/Aggregate.ts#L528-L532", "variantName": "missing" }, { @@ -71196,12 +71417,14 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L476-L486" + "specLocation": "_types/aggregations/Aggregate.ts#L516-L526" }, { "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", @@ -71214,13 +71437,15 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L491-L492", + "specLocation": "_types/aggregations/Aggregate.ts#L534-L538", "variantName": "nested" }, { "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", @@ -71233,13 +71458,15 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L494-L495", + "specLocation": "_types/aggregations/Aggregate.ts#L540-L544", "variantName": "reverse_nested" }, { "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", @@ -71252,13 +71479,15 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L497-L498", + "specLocation": "_types/aggregations/Aggregate.ts#L546-L550", "variantName": "global" }, { "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", @@ -71271,13 +71500,15 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L500-L501", + "specLocation": "_types/aggregations/Aggregate.ts#L552-L556", "variantName": "filter" }, { "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", @@ -71290,13 +71521,15 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L791-L792", + "specLocation": "_types/aggregations/Aggregate.ts#L888-L892", "variantName": "children" }, { "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", @@ -71309,7 +71542,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L794-L795", + "specLocation": "_types/aggregations/Aggregate.ts#L894-L898", "variantName": "parent" }, { @@ -71328,7 +71561,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L503-L504", + "specLocation": "_types/aggregations/Aggregate.ts#L558-L559", "variantName": "sampler" }, { @@ -71347,7 +71580,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L506-L507", + "specLocation": "_types/aggregations/Aggregate.ts#L561-L562", "variantName": "unmapped_sampler" }, { @@ -71372,10 +71605,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L511-L513", + "specLocation": "_types/aggregations/Aggregate.ts#L566-L568", "variantName": "geohash_grid" }, { + "extDocId": "search-aggregations-bucket-geotilegrid-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-geotilegrid-aggregation.html", "inherits": { "generics": [ { @@ -71397,7 +71632,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L519-L521", + "specLocation": "_types/aggregations/Aggregate.ts#L574-L579", "variantName": "geotile_grid" }, { @@ -71422,10 +71657,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L527-L528", + "specLocation": "_types/aggregations/Aggregate.ts#L585-L586", "variantName": "geohex_grid" }, { + "extDocId": "search-aggregations-bucket-range-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-range-aggregation.html", "inherits": { "generics": [ { @@ -71447,11 +71684,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L536-L537", + "specLocation": "_types/aggregations/Aggregate.ts#L594-L598", "variantName": "range" }, { "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", @@ -71464,11 +71703,13 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L548-L553", + "specLocation": "_types/aggregations/Aggregate.ts#L609-L615", "variantName": "date_range" }, { "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", @@ -71481,10 +71722,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L555-L559", + "specLocation": "_types/aggregations/Aggregate.ts#L617-L622", "variantName": "geo_distance" }, { + "extDocId": "search-aggregations-bucket-iprange-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-iprange-aggregation.html", "inherits": { "generics": [ { @@ -71506,10 +71749,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L561-L563", + "specLocation": "_types/aggregations/Aggregate.ts#L624-L629", "variantName": "ip_range" }, { + "extDocId": "search-aggregations-bucket-ipprefix-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-ipprefix-aggregation.html", "inherits": { "generics": [ { @@ -71531,10 +71776,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L634-L635", + "specLocation": "_types/aggregations/Aggregate.ts#L709-L713", "variantName": "ip_prefix" }, { + "extDocId": "search-aggregations-bucket-filters-aggregation", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/search-aggregations-bucket-filters-aggregation.html", "inherits": { "generics": [ { @@ -71556,10 +71803,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L573-L574", + "specLocation": "_types/aggregations/Aggregate.ts#L639-L643", "variantName": "filters" }, { + "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": [ { @@ -71581,7 +71830,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L578-L580", + "specLocation": "_types/aggregations/Aggregate.ts#L647-L652", "variantName": "adjacency_matrix" }, { @@ -71606,10 +71855,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L593-L595", + "specLocation": "_types/aggregations/Aggregate.ts#L668-L670", "variantName": "siglterms" }, { + "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", @@ -71660,7 +71911,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L586-L591" + "specLocation": "_types/aggregations/Aggregate.ts#L658-L666" }, { "inherits": { @@ -71684,7 +71935,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L607-L609", + "specLocation": "_types/aggregations/Aggregate.ts#L682-L684", "variantName": "sigsterms" }, { @@ -71710,7 +71961,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L615-L621", + "specLocation": "_types/aggregations/Aggregate.ts#L690-L696", "variantName": "umsigterms" }, { @@ -71747,7 +71998,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L623-L628", + "specLocation": "_types/aggregations/Aggregate.ts#L698-L703", "variantName": "composite" }, { @@ -71772,7 +72023,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L644-L645", + "specLocation": "_types/aggregations/Aggregate.ts#L722-L723", "variantName": "frequent_item_sets" }, { @@ -71797,10 +72048,12 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/Aggregate.ts#L652-L653", + "specLocation": "_types/aggregations/Aggregate.ts#L730-L731", "variantName": "time_series" }, { + "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", @@ -71821,10 +72074,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L661-L664", + "specLocation": "_types/aggregations/Aggregate.ts#L739-L745", "variantName": "scripted_metric" }, { + "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", @@ -71854,7 +72109,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L666-L669", + "specLocation": "_types/aggregations/Aggregate.ts#L747-L753", "variantName": "top_hits" }, { @@ -71885,6 +72140,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", @@ -71948,7 +72205,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L671-L685", + "specLocation": "_types/aggregations/Aggregate.ts#L755-L770", "variantName": "inference" }, { @@ -71995,7 +72252,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L693-L697" + "specLocation": "_types/aggregations/Aggregate.ts#L778-L782" }, { "kind": "interface", @@ -72027,7 +72284,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L699-L702" + "specLocation": "_types/aggregations/Aggregate.ts#L784-L787" }, { "kind": "interface", @@ -72070,7 +72327,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L687-L691" + "specLocation": "_types/aggregations/Aggregate.ts#L772-L776" }, { "inherits": { @@ -72256,10 +72513,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L708-L719", + "specLocation": "_types/aggregations/Aggregate.ts#L793-L804", "variantName": "string_stats" }, { + "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", @@ -72427,7 +72686,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L721-L737", + "specLocation": "_types/aggregations/Aggregate.ts#L806-L825", "variantName": "boxplot" }, { @@ -72458,7 +72717,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L739-L742", + "specLocation": "_types/aggregations/Aggregate.ts#L827-L830", "variantName": "top_metrics" }, { @@ -72529,9 +72788,11 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L744-L748" + "specLocation": "_types/aggregations/Aggregate.ts#L832-L836" }, { + "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", @@ -72579,10 +72840,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L750-L754", + "specLocation": "_types/aggregations/Aggregate.ts#L838-L845", "variantName": "t_test" }, { + "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", @@ -72618,7 +72881,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L756-L760", + "specLocation": "_types/aggregations/Aggregate.ts#L847-L854", "variantName": "rate" }, { @@ -72658,10 +72921,12 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L762-L770", + "specLocation": "_types/aggregations/Aggregate.ts#L856-L864", "variantName": "simple_long_value" }, { + "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", @@ -72700,7 +72965,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L772-L776", + "specLocation": "_types/aggregations/Aggregate.ts#L866-L873", "variantName": "matrix_stats" }, { @@ -72821,9 +73086,11 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L778-L787" + "specLocation": "_types/aggregations/Aggregate.ts#L875-L884" }, { + "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", @@ -72866,7 +73133,7 @@ } } ], - "specLocation": "_types/aggregations/Aggregate.ts#L799-L806", + "specLocation": "_types/aggregations/Aggregate.ts#L902-L912", "variantName": "geo_line" }, { @@ -80855,12 +81122,14 @@ "name", "definition" ], + "extDocId": "analysis-charfilters", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/analysis-charfilters.html", "kind": "type_alias", "name": { "name": "CharFilter", "namespace": "_types.analysis" }, - "specLocation": "_types/analysis/char_filters.ts#L28-L30", + "specLocation": "_types/analysis/char_filters.ts#L28-L33", "type": { "items": [ { @@ -80887,7 +81156,7 @@ "name": "CharFilterDefinition", "namespace": "_types.analysis" }, - "specLocation": "_types/analysis/char_filters.ts#L32-L41", + "specLocation": "_types/analysis/char_filters.ts#L35-L44", "type": { "items": [ { @@ -80970,7 +81239,7 @@ } } ], - "specLocation": "_types/analysis/char_filters.ts#L43-L46" + "specLocation": "_types/analysis/char_filters.ts#L46-L49" }, { "kind": "interface", @@ -81040,7 +81309,7 @@ } } ], - "specLocation": "_types/analysis/char_filters.ts#L48-L52" + "specLocation": "_types/analysis/char_filters.ts#L51-L55" }, { "inherits": { @@ -81097,7 +81366,7 @@ } } ], - "specLocation": "_types/analysis/char_filters.ts#L54-L59" + "specLocation": "_types/analysis/char_filters.ts#L57-L62" }, { "inherits": { @@ -81605,12 +81874,14 @@ "name", "definition" ], + "extDocId": "analysis-tokenfilters", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/analysis-tokenfilters.html", "kind": "type_alias", "name": { "name": "TokenFilter", "namespace": "_types.analysis" }, - "specLocation": "_types/analysis/token_filters.ts#L345-L347", + "specLocation": "_types/analysis/token_filters.ts#L345-L350", "type": { "items": [ { @@ -81637,7 +81908,7 @@ "name": "TokenFilterDefinition", "namespace": "_types.analysis" }, - "specLocation": "_types/analysis/token_filters.ts#L349-L401", + "specLocation": "_types/analysis/token_filters.ts#L352-L404", "type": { "items": [ { @@ -84888,12 +85159,14 @@ "name", "definition" ], + "extDocId": "analysis-tokenizers", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/analysis-tokenizers.html", "kind": "type_alias", "name": { "name": "Tokenizer", "namespace": "_types.analysis" }, - "specLocation": "_types/analysis/tokenizers.ts#L140-L142", + "specLocation": "_types/analysis/tokenizers.ts#L140-L145", "type": { "items": [ { @@ -84920,7 +85193,7 @@ "name": "TokenizerDefinition", "namespace": "_types.analysis" }, - "specLocation": "_types/analysis/tokenizers.ts#L144-L167", + "specLocation": "_types/analysis/tokenizers.ts#L147-L170", "type": { "items": [ { @@ -90389,7 +90662,7 @@ "name": "SimpleQueryStringFlag", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/fulltext.ts#L708-L763" + "specLocation": "_types/query_dsl/fulltext.ts#L729-L784" }, { "kind": "enum", @@ -94677,6 +94950,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": { @@ -94688,7 +94963,7 @@ } } ], - "specLocation": "ml/_types/Analysis.ts#L184-L197" + "specLocation": "ml/_types/Analysis.ts#L184-L198" }, { "kind": "enum", @@ -94723,7 +94998,7 @@ "name": "ChunkingMode", "namespace": "ml._types" }, - "specLocation": "ml/_types/Datafeed.ts#L232-L236" + "specLocation": "ml/_types/Datafeed.ts#L235-L239" }, { "kind": "enum", @@ -94779,7 +95054,7 @@ "name": "DatafeedState", "namespace": "ml._types" }, - "specLocation": "ml/_types/Datafeed.ts#L132-L137" + "specLocation": "ml/_types/Datafeed.ts#L135-L140" }, { "kind": "enum", @@ -129835,7 +130110,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L139-L168" + "specLocation": "ml/_types/Datafeed.ts#L142-L171" }, { "kind": "interface", @@ -129944,7 +130219,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L170-L195" + "specLocation": "ml/_types/Datafeed.ts#L173-L198" }, { "kind": "interface", @@ -129990,7 +130265,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L197-L211" + "specLocation": "ml/_types/Datafeed.ts#L200-L214" }, { "kind": "interface", @@ -130066,7 +130341,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L213-L230" + "specLocation": "ml/_types/Datafeed.ts#L216-L233" }, { "kind": "interface", @@ -130196,6 +130471,8 @@ } }, { + "extDocId": "query-dsl", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl.html", "name": "query", "required": true, "type": { @@ -130284,7 +130561,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L36-L57" + "specLocation": "ml/_types/Datafeed.ts#L36-L60" }, { "kind": "interface", @@ -130368,7 +130645,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L238-L251" + "specLocation": "ml/_types/Datafeed.ts#L241-L254" }, { "kind": "interface", @@ -130402,7 +130679,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L118-L129" + "specLocation": "ml/_types/Datafeed.ts#L121-L132" }, { "description": "Controls how to deal with unavailable concrete indices (closed or missing), how wildcard expressions are expanded\nto actual indices (all, closed or open indices) and how to deal with wildcard expressions that resolve to no indices.", @@ -135323,7 +135600,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L59-L116" + "specLocation": "ml/_types/Datafeed.ts#L62-L119" }, { "kind": "interface",