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.
As a part of opensearch-project/OpenSearch#7375, we added a new options for preferences to search requests - _primary, _replica, _primary_first and _replica_first.
None of the preferences are listed out on https://opensearch.org/docs/2.7/api-reference/search/ (Request parameters -> Preferences) but it would be useful for the clients and users to have a list of available preferences.
_primary - Search will be performed only on the primary shards.
_replica - Search will be performed only on the replica shards.
_primary_first - Search will be performed preferably on the primary shards, but can failover to other available shards.
_replica_first - Search will be performed preferably on the replica shards, but can failover to other available shards including primary.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
As a part of opensearch-project/OpenSearch#7375, we added a new options for preferences to search requests -
_primary
,_replica
,_primary_first
and_replica_first
.None of the preferences are listed out on
https://opensearch.org/docs/2.7/api-reference/search/
(Request parameters -> Preferences) but it would be useful for the clients and users to have a list of available preferences.What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: