Skip to content

Releases: sdqri/effdsl

v2.7.0

12 Feb 12:34
6d108d5

Choose a tag to compare

What's New

  • Add comprehensive aggregation support across metrics, bucket, and pipeline aggregations.
  • Introduce aggregation APIs and helpers for composing aggregations in queries.

Highlights

  • Metrics aggregations: avg, sum, min/max, stats/extended stats, percentiles/percentile ranks, rate, scripted metric, t-test, string stats, top hits, top metrics, value count, weighted avg, boxplot, median absolute deviation, cardinality, matrix stats, cartesian/geo variants.
  • Bucket aggregations: terms, filters/filter, date histogram/date range/auto date histogram, range/histogram, geo grids, missing, nested/reverse nested, composite, rare/multi terms, sampler/diversified/random sampler, significant terms/text, parent/children/global, adjacency matrix, variable width histogram.
  • Pipeline aggregations: avg/sum/min/max/stats/extended stats/percentiles bucket, bucket script/selector/sort, cumulative sum/cardinality, derivative, serial diff, normalize, moving fn/percentiles, bucket correlation, bucket count K-S test, change point, inference bucket.

What's Changed

  • Expand aggregation example test coverage and add doc-style option cases.
  • Update aggregation docs navigation and fix geo distance doc entry.

v2.2.0

09 Sep 12:49

Choose a tag to compare

What's Changed

  • ✅ Fix issues in MatchQuery to support advanced options, and add tests to ensure functionality.
  • ✨ Add comprehensive tests for all options in PrefixQuery, MatchQuery, RangeQuery, QueryStringQuery, and SimpleQueryStringQuery.

v2.1.2

21 Aug 12:35

Choose a tag to compare

What's New

  • ✨ Add support for boosting query, constant score query, disjunction max query in compound queries.
  • ✨ Add support for match query, match_bool_prefix query, match_phrase query, match_phrase_prefix query, simple_query_string query in full text queries.
  • ✨ Add support for ids query, prefix query, wildcard query in term-level queries.
  • 📝 Add documentation for all supported queries.

What's Changed

  • 🔄 Separate queries into packages to remove prefixed parameters.
  • ✅ Complete functional options in queries.

v1.2.0

14 Aug 10:00
9a605a4

Choose a tag to compare

What's Changed

  • Extend MatchQuery parameters & Add WildcardQuery and Suggesters by @moguchev in #2