Yes, you can get your documents based on Language Known by using the Facet and fields in the below-provided request.
Here is the API URL and request format:
API → https://searchengine.rchilli.com/RChilliSearchEngineAPI/RChilli/freeTextSearch
Request →
{
"index": {
"indexType": "Resume",
"indexKey": "UserKey"
},
"query": {
"keyword": "*"
},
"facet": {
"fields": [
"LanguageKnown"
],
"limit": 10
},
"filter": {
"LanguageKnown": [
"German"
]
},
"pageSize": 10,
"pageStart": 0
}
If you have any questions or concerns, please don't hesitate to reach out to us at support@rchilli.com
Comments
0 comments
Please sign in to leave a comment.