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

Changed format for hybrid query results to a single list of scores with delimiter #259

Commits on Aug 25, 2023

  1. Changed approach for storing hybrid query results from compound top d…

    …ocs to signle list of scores with delimiter
    
    Signed-off-by: Martin Gaievski <gaievski@amazon.com>
    martin-gaievski committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4760545 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Addressed multiple review comments

    Signed-off-by: Martin Gaievski <gaievski@amazon.com>
    martin-gaievski committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ae6c0c7 View commit details
    Browse the repository at this point in the history
  2. Check fetch results notNull instead of number of shards 1, minor revi…

    …ew comments
    
    Signed-off-by: Martin Gaievski <gaievski@amazon.com>
    martin-gaievski committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    03e43fc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Refactor code, adding exceptions for case of inconsistent internal state

    Signed-off-by: Martin Gaievski <gaievski@amazon.com>
    martin-gaievski committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d33370e View commit details
    Browse the repository at this point in the history
  2. Added more details to exception message, removed log for case of inco…

    …nsistent shard results
    
    Signed-off-by: Martin Gaievski <gaievski@amazon.com>
    martin-gaievski committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a593a7a View commit details
    Browse the repository at this point in the history