elasticsearch/docs/reference
Zachary Tong 1016734b4c Aggregations: Add percentiles_bucket pipeline aggregations
This pipeline will calculate percentiles over a set of sibling buckets.  This is an exact
implementation, meaning it needs to cache a copy of the series in memory and sort it to determine
the percentiles.

This comes with a few limitations: to prevent serializing data around, only the requested percentiles
are calculated (unlike the TDigest version, which allows the java API to ask for any percentile).
It also needs to store the data in-memory, resulting in some overhead if the requested series is
very large.
2015-09-03 22:24:14 -04:00
..
aggregations Aggregations: Add percentiles_bucket pipeline aggregations 2015-09-03 22:24:14 -04:00
analysis Upgrade to lucene 5.4-snapshot r1701068 2015-09-03 15:13:33 -04:00
cat Add script compilation stats 2015-08-07 18:25:55 -04:00
cluster update list of available os stats 2015-08-31 17:03:45 +02:00
docs Default detect_noop to true 2015-08-27 10:34:18 -04:00
images Aggregations: add serial differencing pipeline aggregation 2015-07-10 18:22:01 -04:00
index-modules Don't document expert segment merge settings 2015-08-29 17:21:46 -04:00
indices Merge pull request #13018 from dylan8902/patch-1 2015-08-24 14:59:43 +02:00
mapping [docs] Fix docs for position_increment_gap 2015-08-31 14:05:55 -04:00
migration Remove the experimental indices.fielddata.cache.expire 2015-09-01 00:40:04 -07:00
modules [doc] fix cross link between core and plugins doc 2015-09-03 12:11:58 +02:00
query-dsl Docs: Fixed bad ID in geo bound box 2015-08-18 12:20:00 +02:00
search [doc] remove comment about function_score faster than script sort. It is not so. 2015-09-03 12:33:00 +02:00
setup Docs: Documented path.script 2015-08-15 16:20:06 +02:00
testing Plugins: Removed plugin.types 2015-08-22 01:37:43 -07:00
aggregations.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
analysis.asciidoc
api-conventions.asciidoc Docs: Date-math should be on common options 2015-08-06 17:49:30 +02:00
cat.asciidoc Add _cat/nodeattrs API 2015-07-29 16:11:18 -04:00
cluster.asciidoc Remove `_shutdown` API 2015-04-27 17:19:36 +02:00
docs.asciidoc Remove delete-by-query core docs 2015-08-01 05:14:46 -04:00
getting-started.asciidoc Docs: Fixed typo in getting started 2015-08-29 13:15:18 +02:00
glossary.asciidoc Networking: Move multicast discovery to a plugin 2015-08-20 16:43:25 -07:00
index-modules.asciidoc Docs: index.codec is static, not dynamic 2015-09-01 11:49:42 +02:00
index.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
indices.asciidoc Docs: Incorrect file name for shard stores 2015-07-18 12:08:46 +02:00
mapping.asciidoc Docs: Made multi-fields more prominent 2015-08-06 20:09:42 +02:00
modules.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
query-dsl.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
redirects.asciidoc Rename caches. 2015-06-29 10:15:27 +02:00
search.asciidoc [Docs] Fix minor spelling errors 2015-05-25 19:56:43 +02:00
setup.asciidoc Docs: Mention in migration doc that order to dynamic arguments is important 2015-08-10 11:33:25 +02:00
testing.asciidoc