elasticsearch/docs/reference/aggregations/bucket
Nik Everett 17f5cc87bd
Backport doc fixes to 7.17 (#84722)
* Update painless-reindex-context.asciidoc (#84444) (#84712)

ctx['op'] should be set to 'noop', not 'none' when specifying no
operation.

Elasticsearch error when using 'none':

```json
{
  "error" : {
    "root_cause" : [
      {
        "type" : "illegal_argument_exception",
        "reason" : "Operation type [none] not allowed, only [noop, index, delete] are allowed"
      }
    ],
    "type" : "illegal_argument_exception",
    "reason" : "Operation type [none] not allowed, only [noop, index, delete] are allowed"
  },
  "status" : 400
}
```

Co-authored-by: jalvar08 <jeovanny.alvarez@gmail.com>

* [DOCS] Update install instructions for Debian/Ubuntu (#84645) (#84714)

The use of `apt-key` is deprecated and will no longer be available after
Debian 11 and Ubuntu 22.04. This updates the installation instructions
for Debian-based distributions.

Closes #84644

Co-authored-by: er0k <er0k@users.noreply.github.com>

* Fix some typos in plugins & reference docs (#84667) (#84717)

This pull request removes a few instances of duplicate words or
punctuation and erroneous spelling from the docs.

Co-authored-by: Abele Mălan <6689720+AbeleMM@users.noreply.github.com>

Co-authored-by: jalvar08 <jeovanny.alvarez@gmail.com>
Co-authored-by: er0k <er0k@users.noreply.github.com>
Co-authored-by: Abele Mălan <6689720+AbeleMM@users.noreply.github.com>
2022-03-07 14:04:12 -05:00
..
adjacency-matrix-aggregation.asciidoc [DOCS] Reformat adjacency matrix agg reference (#70034) (#70101) 2021-03-08 13:15:13 -05:00
autodatehistogram-aggregation.asciidoc Convert bucket aggs docs to runtime fields (backport #71202) (#71248) 2021-04-02 12:40:19 -04:00
categorize-text-aggregation.asciidoc [ML] fail on poor configuration for categorize_text (#79586) (#79642) 2021-10-21 13:13:04 -04:00
children-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) (#64430) 2020-10-30 13:45:54 -04:00
composite-aggregation.asciidoc [DOCS] Clarify supported parameters for terms value source (#81775) (#81778) 2021-12-15 14:44:56 -05:00
datehistogram-aggregation.asciidoc Convert bucket aggs docs to runtime fields (backport #71202) (#71248) 2021-04-02 12:40:19 -04:00
daterange-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) (#64430) 2020-10-30 13:45:54 -04:00
diversified-sampler-aggregation.asciidoc Convert bucket aggs docs to runtime fields (backport #71202) (#71248) 2021-04-02 12:40:19 -04:00
filter-aggregation.asciidoc Update docs for filter agg (backport of #72508) (#72828) 2021-05-06 15:07:41 -04:00
filters-aggregation.asciidoc Update docs for filter agg (backport of #72508) (#72828) 2021-05-06 15:07:41 -04:00
geodistance-aggregation.asciidoc [DOCS] Fix typo (#82344) (#82381) 2022-01-10 13:48:09 -05:00
geohashgrid-aggregation.asciidoc [GeoPoint] Grid aggregations with bounds should exclude touching tiles (#72493) (#72520) 2021-04-30 09:51:33 +02:00
geotilegrid-aggregation.asciidoc [GeoPoint] Grid aggregations with bounds should exclude touching tiles (#72493) (#72520) 2021-04-30 09:51:33 +02:00
global-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) (#64430) 2020-10-30 13:45:54 -04:00
histogram-aggregation.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
iprange-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) (#64430) 2020-10-30 13:45:54 -04:00
missing-aggregation.asciidoc Update JSON parser and snippets (#77983) 2021-09-20 11:11:54 +01:00
multi-terms-aggregation.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) (#80458) 2021-11-05 19:41:54 -04:00
nested-aggregation.asciidoc [DOCS] Add filter example to nested agg docs (#76118) (#76177) 2021-08-05 10:03:18 -04:00
parent-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) (#64430) 2020-10-30 13:45:54 -04:00
range-aggregation.asciidoc [DOCS] Include index in range agg snippets (#77290) (#77569) 2021-09-10 12:31:55 -04:00
range-field-note.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
rare-terms-aggregation.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
reverse-nested-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) (#64430) 2020-10-30 13:45:54 -04:00
sampler-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) (#64430) 2020-10-30 13:45:54 -04:00
significantterms-aggregation.asciidoc [ML] add new normalize_above parameter to p_value significant terms heuristic (#78833) (#78999) 2021-10-12 14:49:17 -04:00
significanttext-aggregation.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
terms-aggregation.asciidoc [DOCS] Re-add paragraph noting doc_count is approximate (#83154) (#83157) 2022-01-26 11:19:47 -05:00
variablewidthhistogram-aggregation.asciidoc Backport doc fixes to 7.17 (#84722) 2022-03-07 14:04:12 -05:00