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
by the documentation a function score can contain only weight and no other inner functions
in the java api in order to build the FunctionScore we must "hold" a "ContainerBuilder" object, that is only provided as
a response to exp, gauss etc, the weight method (FunctionScore.java:306) returns builder instead of returning ContainerBuilder making this use case impossible to invoke within the java Api