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
When creating a ScoreSort it ends up behaving as _doc sort because the kind of ScoreSort is SortOptions.Kind.Doc
SortOptionsBuilders.score().build()._sortOptionsKind() // == _doc
SortOptionsBuilders.score().build()._sortOptionsKind() // == _score
Windows 10
opensearch-java/java-client/src/main/java/org/opensearch/client/opensearch/_types/ScoreSort.java
Lines 69 to 72 in eab4091
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug?
When creating a ScoreSort it ends up behaving as _doc sort because the kind of ScoreSort is SortOptions.Kind.Doc
How can one reproduce the bug?
What is the expected behavior?
What is your host/environment?
Windows 10
Do you have any screenshots?
Do you have any additional context?
opensearch-java/java-client/src/main/java/org/opensearch/client/opensearch/_types/ScoreSort.java
Lines 69 to 72 in eab4091
The text was updated successfully, but these errors were encountered: