Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 728 Bytes

2022-09-02-add-range-aggregation.md

File metadata and controls

17 lines (17 loc) · 728 Bytes
title issue author author_email author_github
Add range aggregation
NEXT-23243
Léo Cunéaz
leo@e-frogg.com
inem0o

Core

  • Added RangeAggregation and RangeResult
  • Added range aggregation parsing and hydration in EntityAggregator
  • Added range aggregation handling in AggregationParser
  • Added test on the aggregation range using database
  • Added test on the range aggregation in the AggregationParser
  • Added range aggregation parsing in CriteriaParser
  • Added range aggregation hydration in ElasticsearchEntityAggregatorHydrator
  • Added ElasticsearchRangeAggregation to manage the conversion of DAL aggregation to elasticsearch
  • Added unit test on the aggregation range using elasticsearch