1.0.2 • Published 3 years ago

wistroni40-es-flatter v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

wistroni40-es-flatter

Install

npm i wistroni40-es-flatter --save

Table of Contents

Quickstart

index.ts

const flattedResult = new ElasticSearchAggsFlatter(result).getBody<any>();

Full Example

Feature

  • 將查詢到的ElasticSearch Aggregations扁平化

API

ElasticSearchAggsFlatter

Abstract Class,ElasticSearch聚合資料攤平工具

constructor

建構值

ParameterTypeRequiredDefaultDescription
dataanyRequiredundefined要扁平化的聚合數據

Methods

getBody

取得扁平化後的資料內容

ParameterTypeRequiredDefaultDescription
returnsTRequiredundefined回傳扁平化後的資料內容