-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Hi ,
I am trying to run the following ES boolean query-
'query' : {
'bool' : {
'must' :[{'match': {'Description':{"query":desc}}},
{'match': {'Industry':{"query":" Legal, Search Engine, Software"}}}
]
}
}
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.
Metadata
Metadata
Assignees
Labels
No labels