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
What is the bug? A clear and concise description of the bug. It looks like this is a bug in the LTR plugin, leading to bad request of params is empty because it's required but doesn't serialise if it is empty. opensearch-learning-to-rank-base/src/main/java/com/o19s/es/ltr/query/StoredLtrQueryBuilder.java at main · opensearch-project/opensearch-learning-to-rank-base makes the params mandatory but opensearch-learning-to-rank-base/src/main/java/com/o19s/es/ltr/query/StoredLtrQueryBuilder.java at main · opensearch-project/opensearch-learning-to-rank-base doesn’t serialize params if they are empty or null.
How can one reproduce the bug? Steps to reproduce the behavior:
What is the expected behavior? the expected behaviour is a normal search request, it should return a 200 OK.
What is your host/environment?
Do you have any screenshots?
Do you have any additional context? Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug?
A clear and concise description of the bug.
It looks like this is a bug in the LTR plugin, leading to bad request of params is empty because it's required but doesn't serialise if it is empty. opensearch-learning-to-rank-base/src/main/java/com/o19s/es/ltr/query/StoredLtrQueryBuilder.java at main · opensearch-project/opensearch-learning-to-rank-base makes the params mandatory but opensearch-learning-to-rank-base/src/main/java/com/o19s/es/ltr/query/StoredLtrQueryBuilder.java at main · opensearch-project/opensearch-learning-to-rank-base doesn’t serialize params if they are empty or null.
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
the expected behaviour is a normal search request, it should return a 200 OK.
What is your host/environment?
Do you have any screenshots?
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: