OpenSearch/docs
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
..
community-clients Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
groovy-api Docs: Fixed URLs in the Groovy docs 2015-06-19 17:54:57 +02:00
java-api [build] remove shaded elasticsearch version 2015-09-02 11:57:10 +02:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
plugins [plugin] split cloud-aws in repository-s3 and discovery-ec2 2015-09-03 11:12:20 +02:00
python Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
reference Aggregations: Add percentiles_bucket pipeline aggregations 2015-09-03 22:24:14 -04:00
resiliency Discovery: wait on incoming joins before electing local node as master 2015-07-15 07:43:49 +02:00
ruby Docs: Fixed typos 2015-05-05 10:38:05 +02:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs