OpenSearch/docs/reference/aggregations
Nik Everett dc2cf28fde
Docs: Allow skipping response assertions (#34240)
We generate tests from our documentation, including assertions about the
responses returned by a particular API. But sometimes we *can't* assert
that the response is correct because of some defficiency in our tooling.
Previously we marked the response `// NOTCONSOLE` to skip it, but this
is kind of odd because `// NOTCONSOLE` is really to mark snippets that
are json but aren't requests or responses. This introduces a new
construct to skip response assertions:
```
// TESTRESPONSE[skip:reason we skipped this]
```
2018-10-04 08:03:38 -04:00
..
bucket Docs: Allow skipping response assertions (#34240) 2018-10-04 08:03:38 -04:00
matrix Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
metrics Corrected aggregation name to match the example (#33786) 2018-09-17 18:24:43 -07:00
pipeline [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
bucket.asciidoc Adds a new auto-interval date histogram (#28993) 2018-07-13 13:08:35 -04:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Add WeightedAvg metric aggregation (#31037) 2018-07-23 18:33:15 -04:00
misc.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
pipeline.asciidoc Add a MovingFunction pipeline aggregation, deprecate MovingAvg agg (#29594) 2018-05-16 10:57:00 -04:00