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
(cherry picked from commit 0421cdc907b43e4a930bd5a51454e5efea8413b6)
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.
…#2111)
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 (cherry picked from commit 0421cdc907b43e4a930bd5a51454e5efea8413b6)
Description
Backport for https://github.com/opensearch-project/k-NN/pull/2111
Check List
--signoff
.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.