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

Top n queries historical queries from local index and time range #84

Merged
merged 10 commits into from
Sep 5, 2024

Commits on Aug 22, 2024

  1. Added support for historical top n queries

    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    
    Handle indexing errors and accurate search parsing
    
    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    
    Correctly filter in window queries when from and to exist
    
    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    
    Remove search requests from top n queries
    
    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    
    Removed comments
    
    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    
    Comments for new functions
    
    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    
    Comments for new functions
    
    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    
    Updated comments
    
    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    LilyCaroline17 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4df0676 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    ab44811 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Added unit tests

    Signed-off-by: Emily Guo <emilyguo@amazon.com>
    LilyCaroline17 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bb3738f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2e929 View commit details
    Browse the repository at this point in the history
  3. Update LocalIndexExporter.java

    Signed-off-by: Emily Guo <35637792+LilyCaroline17@users.noreply.github.com>
    LilyCaroline17 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1ba0c80 View commit details
    Browse the repository at this point in the history
  4. Update LocalIndexReaderTests.java

    Signed-off-by: Emily Guo <35637792+LilyCaroline17@users.noreply.github.com>
    LilyCaroline17 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d562b8f View commit details
    Browse the repository at this point in the history
  5. Update QueryInsightsReaderFactoryTests.java

    Signed-off-by: Emily Guo <35637792+LilyCaroline17@users.noreply.github.com>
    LilyCaroline17 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9e8f874 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Address comments, change getTimeRange into getFrom and getTo, apply f…

    …ilters to historical, and rename functions
    
    Signed-off-by: Emily Guo <LilyCaroline1717@gmail.com>
    LilyCaroline17 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8b484ab View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    Signed-off-by: Emily Guo <35637792+LilyCaroline17@users.noreply.github.com>
    LilyCaroline17 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    94205ec View commit details
    Browse the repository at this point in the history
  3. Fix test cases

    Signed-off-by: Emily Guo <LilyCaroline1717@gmail.com>
    LilyCaroline17 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c24e9de View commit details
    Browse the repository at this point in the history