Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture information for additional query types and aggregations types #11582

Merged

Conversation

deshsidd
Copy link
Contributor

@deshsidd deshsidd commented Dec 11, 2023

Description

This changes is part of the Query Visibility Project and Search Query Categorization phase 2 initiative.

In this change we address the following:
[Search Query Categorization] Expanding the capture of query type and level information #11364
[Search Query Categorization] Identifying the types of aggregations #11366

Related Issues

Resolves #11364,#11366

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

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.

Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
@deshsidd deshsidd force-pushed the sid/query-categorization-phase-2 branch from 02eca83 to 8641259 Compare January 8, 2024 18:27
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
@deshsidd deshsidd force-pushed the sid/query-categorization-phase-2 branch from 8641259 to 74982cd Compare January 8, 2024 19:08
Copy link
Contributor

github-actions bot commented Jan 8, 2024

❕ Gradle check result for 8641259: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.search.SearchWeightedRoutingIT.testMultiGetWithNetworkDisruption_FailOpenEnabled

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

Copy link
Contributor

github-actions bot commented Jan 8, 2024

❕ Gradle check result for 74982cd: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.search.SearchWeightedRoutingIT.testMultiGetWithNetworkDisruption_FailOpenEnabled

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

@msfroh
Copy link
Collaborator

msfroh commented Jan 8, 2024

@peternied -- This one seems to be stuck on "Minimum approval count", though I've approved it.

Do you know if there's something else that we need to do?

@peternied
Copy link
Member

@msfroh Can you dismiss and re-review?

@msfroh msfroh merged commit e948c40 into opensearch-project:main Jan 8, 2024
30 checks passed
@msfroh msfroh added the backport 2.x Backport to 2.x branch label Jan 8, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 8, 2024
…ggregations types (#11582)

Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
(cherry picked from commit e948c40)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
msfroh pushed a commit that referenced this pull request Jan 9, 2024
…ggregations types (#11582) (#11809)

(cherry picked from commit e948c40)

Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
rayshrey pushed a commit to rayshrey/OpenSearch that referenced this pull request Mar 18, 2024
…ggregations types (opensearch-project#11582)


Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…ggregations types (opensearch-project#11582)

Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch enhancement Enhancement or improvement to existing feature or request Search:Query Capabilities Search:Query Insights Search Search query, autocomplete ...etc
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Search Query Categorization] Expanding the capture of query type and level information
5 participants