Below provided is format of the request to search Salary:
- Request format for Salary Search:-
{
"index": {
"indexType": "Resume/JD",
"indexKey": "your_user_key"
},
"query": {
"required": {
"Salary": {
"MinimumValue": "40000",
"MaximumValue": "300000",
"Currency": "USD",
"Unit": "Year"
}
},
"optional": {
"JobProfile": [
"Software Engineer"
]
}
},
"facet": {
"fields": [
"Skill",
"CurrentJobProfile",
"CurrentEmployer"
]
},
"pageSize": 10,
"pageStart": 0,
"explainScore": true,
"explainScoreType": "json"
}
- Field required in Salary (It is a JSON object):
Minimum Value/Maximum Value field is required.
Currency field is required.
Unit is an optional field.
If you have any questions, you can always contact RChilli support at support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.