You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request. Provide a summary of the request and all versions that are affected.
Sample proposed wording:
For concurrent segment search we are disabling concurrent segment search when the terminate_after parameter is used. With terminate_after we typically expect the queries to be used with smaller values and thus complete very quickly as this effectively reduces the dataset size on which search is done, so concurrent search may not really help with such cases. Moreover, due to added complexity when used with other search request parameters including track_total_hits and size, the behavior changes with terminate_after after therefore we are falling back to non-concurrent path for these search requests to ensure consistent results between concurrent and non-concurrent requests.
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
Sample proposed wording:
For concurrent segment search we are disabling concurrent segment search when the
terminate_after
parameter is used. Withterminate_after
we typically expect the queries to be used with smaller values and thus complete very quickly as this effectively reduces the dataset size on which search is done, so concurrent search may not really help with such cases. Moreover, due to added complexity when used with other search request parameters includingtrack_total_hits
andsize
, the behavior changes withterminate_after
after therefore we are falling back to non-concurrent path for these search requests to ensure consistent results between concurrent and non-concurrent requests.Affected section: https://github.com/opensearch-project/documentation-website/blob/main/_search-plugins/concurrent-segment-search.md#the-terminate_after-search-parameter
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
opensearch-project/OpenSearch#10200
The text was updated successfully, but these errors were encountered: