Elasticsearch 高手之路
Ctrlk
  • Introduction
  • First Chapter
  • 1.ElasticSearch 5.x 安装
  • 2.基础学前班
  • 3.基础
    • 3.1.配置文件
    • 3.2.Mapping
    • 3.3. Analysis(分析)
    • 3.4. APIs
    • 3.5.Query DSL(DSL方式查询)
    • 3.6.Aggregations(聚合分析)
      • 3.6.1.量度聚合(Metric Aggregations)
      • 3.6.2.桶聚合(Bucket Aggregations)
      • 3.6.3.管道聚合(Pipeline Aggregations)
        • 平均值桶聚合( Avg Bucket Aggregation)
        • 导数聚合(Derivative Aggregation)
        • 最大值桶聚合(Max Bucket Aggregation)
        • 最小值桶聚合(Min Bucket Aggregation)
        • 总和桶聚合(Sum Bucket Aggregation)
        • 统计桶聚合(Stats Bucket Aggregation)
        • 扩展信息桶聚合(Extended Stats Bucket Aggregation)
        • 百分数桶聚合(Percentiles Bucket Aggregation)
        • Moving Average Aggregation
        • 累积汇总聚合(Cumulative Sum Aggregation)
        • 桶脚本聚合(Bucket Script Aggregation)
        • 桶选择器聚合(Bucket Selector Aggregation)
        • 串行差异聚合(Serial Differencing Aggregation)
      • 3.6.4.矩阵聚合(Matrix Aggregations)
      • 3.6.5.缓存频繁聚合(Caching heavy aggregations)
      • 3.6.6.仅返回需要聚合的结果(Returning only aggregation results)
      • 3.6.7.聚合元数据(Aggregation Metadata)
      • 3.6.8.返回聚合的类型(Returning the type of the aggregation)
    • Glossary of terms (词汇表)
    • 未完成的任务
  • 4.基础补充总结
  • 原理
  • 实战
  • PHP API
  • 资料
  • 笔记
Powered by GitBook
On this page

Was this helpful?

  1. 3.基础
  2. 3.6.Aggregations(聚合分析)
  3. 3.6.3.管道聚合(Pipeline Aggregations)

Moving Average Aggregation

Previous百分数桶聚合(Percentiles Bucket Aggregation)Next累积汇总聚合(Cumulative Sum Aggregation)

Last updated 6 years ago

Was this helpful?