Now you can also Include Document ID in the search and match methods so that the filter can only be applied to those ID's which are passed in the request.
Include Document ID's feature can be used with the below Search and Match methods.
-
Simple Search
-
Boolean Search
-
Free Text Search
-
Match
-
MatchWithMultipleSubuserIds
Kindly note that include Document Id feature will return the response only for that id which is indexed on the given index key or combination of index key and subuser id, according to the request.
Also, includeDocumentId and excludeDocumentId both features will not work at the same time. It will give an error.
For further information on Include document ID, Kindly visit Include Document ID (rchilli.com)
Here is the sample request for using Include Document ID with the Boolean search method.
{
"index": {
"indexType": "Resume",
"indexKey": "Enter your Index key here",
"subUserId": "Rchilli"
},
"query": {
"required": {
"Skill": [
"Java"
]
}
},
"includeDocumentId": [
"221021023208108TUZ5LD4",
"2210210231361036D4H7T24",
"1111",
"1522"
],
"pageSize": 10,
"pageStart": 0
}
If you have any questions, you can always contact RChilli Support by creating a ticket at RChilli HelpDesk or by sending an email to support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.