Clinton Gormley
ff4a2519f2
Update experimental labels in the docs ( #25727 )
...
Relates https://github.com/elastic/elasticsearch/issues/19798
Removed experimental label from:
* Painless
* Diversified Sampler Agg
* Sampler Agg
* Significant Terms Agg
* Terms Agg document count error and execution_hint
* Cardinality Agg precision_threshold
* Pipeline Aggregations
* index.shard.check_on_startup
* index.store.type (added warning)
* Preloading data into the file system cache
* foreach ingest processor
* Field caps API
* Profile API
Added experimental label to:
* Moving Average Agg Prediction
Changed experimental to beta for:
* Adjacency matrix agg
* Normalizers
* Tasks API
* Index sorting
Labelled experimental in Lucene:
* ICU plugin custom rules file
* Flatten graph token filter
* Synonym graph token filter
* Word delimiter graph token filter
* Simple pattern tokenizer
* Simple pattern split tokenizer
Replaced experimental label with warning that details may change in the future:
* Analysis explain output format
* Segments verbose output format
* Percentile Agg compression and HDR Histogram
* Percentile Rank Agg HDR Histogram
2017-07-18 14:06:22 +02:00
Zachary Tong
130f1a56f1
Re-enable doc testing for Pipeline Aggregations ( #24374 )
...
* Re-enable doc testing for Pipeline Aggregations
Also adds a response + test for movavg pipeline
2017-05-01 13:30:51 -04:00
Nik Everett
c66db9a81e
Add `// CONSOLE` to much of pipeline agg docs
...
Most of the examples in the pipeline aggregation docs use a small
"sales" test data set and I converted all of the examples that use
it to `// CONSOLE`. There are still a bunch of snippets in the pipeline
aggregation docs that aren't `// CONSOLE` so they aren't tested. Most
of them are "this is the most basic form of this aggregation" so they
are more immune to errors and bit rot then the examples that I converted.
I'd like to do something with them as well but I'm not sure what.
Also, the moving average docs and serial diff docs didn't get a lot of
love from this pass because they don't use the test data set or follow
the same general layout.
Relates to #18160
2016-08-17 09:26:41 -04:00
Sergii Golubev
2f6405ee27
serial-diff-aggregation.asciidoc: fix a mistake ( #17950 )
2016-04-25 07:45:54 -04:00
Robert
7844804874
Update to serial differencing aggregation doc
...
Hi,
`thirtieth_difference` should use `the_sum` metric as the `buckets_path`.
2016-02-20 12:13:02 +01:00
Clinton Gormley
dc018cf622
Updated docs for 3.0.0-beta
2015-10-07 13:27:46 +02:00
Clinton Gormley
aa52c4f712
Docs: Fixed variations of spelling of buckets_path
...
Closes #13201
2015-08-31 13:47:40 +02:00
Clinton Gormley
c6c3a40cb6
Docs: Updated annotations for 2.0.0-beta1
2015-08-14 10:51:09 +02:00
Zachary Tong
e3f9d561e4
Aggregations: add serial differencing pipeline aggregation
2015-07-10 18:22:01 -04:00