We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Supplying _primary to search request builder's preference is throwing illegal argument exception.
_primary
Create a search request using SearchRequest.Builder and set the preference option to _primary
SearchRequest.Builder
It should take in the _primary as a preference according to open search docs
MacOS Sonoma 14.2.1
I was wondering is there are any enums I can use instead of passing in a _primary string to the search request preference.
The text was updated successfully, but these errors were encountered:
Is this a server-side error?
Sorry, something went wrong.
No branches or pull requests
What is the bug?
Supplying
_primary
to search request builder's preference is throwing illegal argument exception.How can one reproduce the bug?
Create a search request using
SearchRequest.Builder
and set the preference option to_primary
What is the expected behavior?
It should take in the
_primary
as a preference according to open search docsWhat is your host/environment?
MacOS Sonoma 14.2.1
Do you have any screenshots?
Do you have any additional context?
I was wondering is there are any enums I can use instead of passing in a
_primary
string to the search request preference.The text was updated successfully, but these errors were encountered: