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
did you get this too work by any chance? I have trying something similar. apparently you are able to do a dynamic selecting fields to rerank but I haven't seem to be able to get to work.
Hi ,
I am trying to run the following ES boolean query-
And I using the following json body for nboost request-
'nboost': {
'uhost': 'localhost',
'uport': 9200,
'query_path': 'body.query.bool.must.match.',
'topk_path': 'body.size',
'default_topk': 10,
'topn': 50,
'choices_path': 'body.hits',
'cvalues_path': '_source.'
}
I am getting the below error -
{'doc': 'Could not parse query in request', 'msg': '()', 'type': 'MissingQuery'}
I tried to follow up with similar issues available but could not find a definte answer.
The text was updated successfully, but these errors were encountered: