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
pyes.query.RescoreQuery(query, window_size=None, query_weight=None, rescore_query_weight=None, **kwargs) should not suggest it takes a window_size argument, as that has to be defined on the Search object that is created from it.
As far as I can tell setting window_size on RescoreQuery has no effect.