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

Integrates KNN plugin with ConcurrentSearchRequestDecider interface #2111

Merged

Commits on Sep 18, 2024

  1. Integrates KNN plugin with ConcurrentSearchRequestDecider interface

    This allows knn queries to enable concurrency when index.search.concurrent_segment_search.mode or
    search.concurrent_segment_search.mode in auto mode. Without this the
    default behavior of auto mode is non-concurrent search
    
    Signed-off-by: Tejas Shah <shatejas@amazon.com>
    shatejas committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    921e5d7 View commit details
    Browse the repository at this point in the history