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
ScoreFunction: variants are optional. But now, it is required.
public class FunctionScore implements TaggedUnion<FunctionScore.Kind, Object>, JsonpSerializable {
...
private final Kind _kind;
private final Object _value;
...
}
This issue may result in some query scenarios not being implemented on the client side, like this:
What is the bug?
ScoreFunction: variants are optional. But now, it is required.
This issue may result in some query scenarios not being implemented on the client side, like this:
How can one reproduce the bug?
Attempt to build FunctionScore without Kind using Java client.
What is the expected behavior?
ScoreFunction: variants are optional.
What is your host/environment?
macOS 11.6 (Apple M1)
OpenSearch 2.9.0
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: