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

Search Query Categorization (Phase 2) #11040

Closed
deshsidd opened this issue Oct 31, 2023 · 3 comments
Closed

Search Query Categorization (Phase 2) #11040

deshsidd opened this issue Oct 31, 2023 · 3 comments
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Search:Query Capabilities v2.12.0 Issues and PRs related to version 2.12.0

Comments

@deshsidd
Copy link
Contributor

deshsidd commented Oct 31, 2023

This is a followup on the Search Query Categorization (Phase 1):
#10250

During Phase 1, the following enhancements were implemented:

  • Logging of query shape as a trace log.
  • Capture of query type information and level information for each query and sub-query for select query types (Bool, Function Score, Match, Multi-Match, Match Phrase, QueryString, Range, Regex, Term, Wildcard).
  • Recording of top-level query type information for Sort and Aggregation queries.
  • Capturing the order of the sort queries (asc, desc).
  • Integration with the Metrics Framework.

In Phase 2, our objectives include:

  • Expanding the capture of query type and level information to encompass additional query types.
  • Extracting field-related information, specifically the number and types of fields involved in the queries (Not done)
  • Identifying and documenting the types of aggregations applied.
  • Incorporating the number and types of fields as part of the response data (Not done)

We welcome any feedback or suggestions for additional information that can be included in Phase 2 of this initiative.

@deshsidd deshsidd added enhancement Enhancement or improvement to existing feature or request untriaged v2.12.0 Issues and PRs related to version 2.12.0 labels Oct 31, 2023
@deshsidd deshsidd self-assigned this Oct 31, 2023
@deshsidd
Copy link
Contributor Author

cc @getsaurabh02

@kiranprakash154
Copy link
Contributor

Hi, are we on track for this to be released in 2.12 ?

@deshsidd
Copy link
Contributor Author

deshsidd commented Feb 5, 2024

Yes, this is released in 2.12. Closing this issue for now. Will iteratively add more metrics on the search path and will add these as future issues.

@deshsidd deshsidd closed this as completed Feb 5, 2024
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:Query Capabilities v2.12.0 Issues and PRs related to version 2.12.0
Projects
Status: Done
Status: Done
Development

No branches or pull requests

4 participants