Skip to content

[Star Tree] [Search] Keyword & Numeric Terms Aggregation#17165

Merged
msfroh merged 11 commits intoopensearch-project:mainfrom
sandeshkr419:k1
Mar 4, 2025
Merged

[Star Tree] [Search] Keyword & Numeric Terms Aggregation#17165
msfroh merged 11 commits intoopensearch-project:mainfrom
sandeshkr419:k1

Conversation

@sandeshkr419
Copy link
Copy Markdown
Member

@sandeshkr419 sandeshkr419 commented Jan 28, 2025

Description

  • Adds support for keyword & numeric terms aggregation.
  • Aggregations are supported with or without metric sub-aggregations
  • Aggregations are supported with previously supported queries for filtering (no change in support of adding up queries to requests)
  • Fix for timestamp field to be fetched from request/valueSource instead of hard-coded value (this change is already merged Fix date hardcoding in date aggregator #17239)

Related Issues

Resolves #16551

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions github-actions bot added enhancement Enhancement or improvement to existing feature or request Search:Aggregations labels Jan 28, 2025
@sandeshkr419 sandeshkr419 added backport 2.x Backport to 2.x branch v2.19.0 Issues and PRs related to version 2.19.0 and removed enhancement Enhancement or improvement to existing feature or request Search:Aggregations labels Jan 28, 2025
@github-actions
Copy link
Copy Markdown
Contributor

✅ Gradle check result for 33d4284: SUCCESS

@msfroh
Copy link
Copy Markdown
Contributor

msfroh commented Mar 3, 2025

@sandeshkr419 -- can you please move the changelog entry from CHANGELOG.md to CHANGELOG-3.0.md?

Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 3, 2025

❌ Gradle check result for 6e7dd3b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 3, 2025

✅ Gradle check result for 6e7dd3b: SUCCESS

Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 3, 2025

❕ Gradle check result for 88a56bf: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Enhancement or improvement to existing feature or request Search:Aggregations

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Star Tree] [Search] Bucket terms Aggregation with metric aggregation

3 participants