Match using Indexed IDs
This topic describe the procedure on how you can match resume or JD using the document indexed IDs.
Previously, jsonData is passed in the API to match JD or resume. With the implementation of this feature, you are now allowed to match using the document indexed IDs. To use this feature, you have to pass documentId parameter in place of jsonData.
The documentId can be passed instead of jsonData parameter in the API request of Match, Match with ID, Match with Multiple Sub-User Ids, One To One Match, and Skill Gap Analysis.
Note:
- You must pass either documentId or jsonData in the API request as necessary.
- When jsonData is used in the API request, the Skill Ranking feature is applied by default.
- When documentId is used in the API request, you must include skillRank parameter in the API request and set it to True to enable the Skill Ranking feature. Refer Skill Ranking for more details. The Skill Ranking feature with documentId is currently available only for JD to Resume matching.
- The jdDocumentId and resumeDocumentId are passed in One To One Match and Skill Gap Analysis API, see below sample request for more details.
Refer below section to view the sample request and response for the APIs using the
documentId parameter.
Sample Request and Response in Match
Note:
- This is sample request to match JD with a resume, similarly you can match resume with JD.
- Refer Match to know more details about Match API.
- Sample Request with documentId
parameter:
{ "index": { "indexType": "Resume", "indexKey": "put your indexKey", "subUserId": "put your subUser_Id" }, "match": { "docType": "JD", "documentId": "JD1" }, "skillRank": true, "pageSize": 300, "pageStart": 0, "explainScore": true, "explainScoreType": "json", "explainWeightage": true }
- Sample Response with documentId
parameter:
{ "count": 9, "pageStart": 0, "pageSize": 300, "records": [ { "id": "TestCV3.1", "score": 48.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV6", "score": 48.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV81", "score": 48.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV3.2", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV3", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV4", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV5", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV7", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "praksh", "score": 1.33, "CurrentEmployer": "Neudesic Technologies", "TotalExperienceInYear": 11.0, "CurrentJobProfile": "Senior Talent Acquisition Specialist", "FullName": "Prakash B", "SubUserId": "Your subUser_Id" } ], "explainScore": [ { "id": "TestCV5", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV4", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV3", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV81", "explaination": { "score": 48.0, "maxScore": 100.0, "Match": { "score": 48.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 15.0, "maxScore": 15.0, "entity": "HighestDegree", "value": "bachelor of technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "praksh", "SubUserId": "Your subUser_Id", "explaination": { "score": 1.33, "maxScore": 100.0, "Match": { "score": 1.33, "maxScore": 100.0, "detailScore": [ { "score": 0.0, "maxScore": 35.0, "entity": "JobProfileTitle", "value": "Inside Sales Representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 0.0, "maxScore": 5.0, "entity": "Domains", "value": "Wholesale Trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 1.33, "maxScore": 1.33, "entity": "SkillHaveExp", "value": "social media" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" } ] } } }, { "id": "TestCV3.1", "explaination": { "score": 48.0, "maxScore": 100.0, "Match": { "score": 48.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 15.0, "maxScore": 15.0, "entity": "HighestDegree", "value": "bachelor of technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV3.2", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV7", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV6", "explaination": { "score": 48.0, "maxScore": 100.0, "Match": { "score": 48.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 15.0, "maxScore": 15.0, "entity": "HighestDegree", "value": "bachelor of technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } } ], "jdWeightage": [ { "Parent": "JobProfile", "Weight": 35.0, "Child": { "JobProfileTitle": 100.0, "JobProfileAlias": 80.0, "JobProfile": 80.0 } }, { "Parent": "Organization", "Weight": 5.0 }, { "Parent": "Skill", "Weight": 15.0, "Child": { "PreferredSkillSet": 80.0, "AliasSkillSet": 80.0, "JobProfileRelatedSkills": 80.0, "RequiredSkillSet": 100.0 } }, { "Parent": "Degree", "Weight": 15.0, "Child": { "QualificationsPreferred": 80.0, "QualificationsRequired": 100.0 } }, { "Parent": "ExperienceRequired", "Weight": 10.0, "Child": { "MaximumYearsExperience": 100.0, "MinimumYearsExperience": 100.0 } }, { "Parent": "JobLocationCity", "Weight": 5.0 }, { "Parent": "JobLocationState", "Weight": 2.0 }, { "Parent": "JobLocationCountry", "Weight": 3.0 }, { "Parent": "IndustryType", "Weight": 5.0 }, { "Parent": "Domains", "Weight": 5.0 } ] }
Sample Request and Response in Match with ID
Note:
- This is sample request to match JD with a resume, similarly you can match resume with JD.
- Refer Match with ID to know more details about Match with ID API.
- Sample Request with documentId
parameter:
{ "index": { "indexType": "Resume", "indexKey": "put your indexKey", "subUserId": "put your subUser Id" }, "match": { "docType": "JD", "documentId": "JD1", "matchId": [ "manoj1resume1", "TestCV3.1", "TestCV3", "TestCV4", "TestCV2", "TestCV1", "TestJD", "TestCV6", "TestCV5MTech", "TestCV7", "TestCV8", "TestCV9", "TestCV10", "TestCV11", "TestCV12", "JD1" ] }, "pageSize": 300, "pageStart": 0, "explainScore": true, "explainScoreType": "json", "explainWeightage": true }
- Sample Response with documentId
parameter:
{ "count": 5, "pageStart": 0, "pageSize": 300, "records": [ { "id": "TestCV3.1", "score": 48.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV6", "score": 48.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV3", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV4", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV7", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" } ], "explainScore": [ { "id": "TestCV4", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV3", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV3.1", "explaination": { "score": 48.0, "maxScore": 100.0, "Match": { "score": 48.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 15.0, "maxScore": 15.0, "entity": "HighestDegree", "value": "bachelor of technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV7", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV6", "explaination": { "score": 48.0, "maxScore": 100.0, "Match": { "score": 48.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 15.0, "maxScore": 15.0, "entity": "HighestDegree", "value": "bachelor of technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } } ], "jdWeightage": [ { "Parent": "JobProfile", "Weight": 35.0, "Child": { "JobProfileTitle": 100.0, "JobProfileAlias": 80.0, "JobProfile": 80.0 } }, { "Parent": "Organization", "Weight": 5.0 }, { "Parent": "Skill", "Weight": 15.0, "Child": { "PreferredSkillSet": 80.0, "AliasSkillSet": 80.0, "JobProfileRelatedSkills": 80.0, "RequiredSkillSet": 100.0 } }, { "Parent": "Degree", "Weight": 15.0, "Child": { "QualificationsPreferred": 80.0, "QualificationsRequired": 100.0 } }, { "Parent": "ExperienceRequired", "Weight": 10.0, "Child": { "MaximumYearsExperience": 100.0, "MinimumYearsExperience": 100.0 } }, { "Parent": "JobLocationCity", "Weight": 5.0 }, { "Parent": "JobLocationState", "Weight": 2.0 }, { "Parent": "JobLocationCountry", "Weight": 3.0 }, { "Parent": "IndustryType", "Weight": 5.0 }, { "Parent": "Domains", "Weight": 5.0 } ] }
Sample Request and Response in Match with Multiple Sub-User Ids
Note:
- This is sample request to match JD with a resume, similarly you can match resume with JD.
- Refer Match with Multiple Sub-User Ids to know more details about Match with Multiple Sub-User Ids.
- Sample request with documentId
parameter:
{ "index": { "indexType": "Resume", "indexKey": "put your indexKey", "subUserId": [ "SubUser ID 1", "SubUser ID2 " ] }, "match": { "docType": "JD", "documentId": "JD1" }, "pageSize": 300, "pageStart": 0, "explainScore": true, "explainScoreType": "json", "explainWeightage": true }
- Sample Response with documentId
parameter:
{ "count": 9, "pageStart": 0, "pageSize": 300, "records": [ { "id": "TestCV3.1", "score": 48.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV6", "score": 48.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV81", "score": 48.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV3.2", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV3", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV4", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV5", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "TestCV7", "score": 33.0, "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "Your subUser_Id" }, { "id": "praksh", "score": 1.33, "CurrentEmployer": "Neudesic Technologies", "TotalExperienceInYear": 11.0, "CurrentJobProfile": "Senior Talent Acquisition Specialist", "FullName": "Prakash B", "SubUserId": "Your subUser_Id" } ], "explainScore": [ { "id": "TestCV5", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV4", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV3", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV81", "explaination": { "score": 48.0, "maxScore": 100.0, "Match": { "score": 48.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 15.0, "maxScore": 15.0, "entity": "HighestDegree", "value": "bachelor of technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "praksh", "SubUserId": "Your subUser_Id", "explaination": { "score": 1.33, "maxScore": 100.0, "Match": { "score": 1.33, "maxScore": 100.0, "detailScore": [ { "score": 0.0, "maxScore": 35.0, "entity": "JobProfileTitle", "value": "Inside Sales Representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 0.0, "maxScore": 5.0, "entity": "Domains", "value": "Wholesale Trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 1.33, "maxScore": 1.33, "entity": "SkillHaveExp", "value": "social media" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" } ] } } }, { "id": "TestCV3.1", "explaination": { "score": 48.0, "maxScore": 100.0, "Match": { "score": 48.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 15.0, "maxScore": 15.0, "entity": "HighestDegree", "value": "bachelor of technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV3.2", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV7", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } }, { "id": "TestCV6", "explaination": { "score": 48.0, "maxScore": 100.0, "Match": { "score": 48.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 15.0, "maxScore": 15.0, "entity": "HighestDegree", "value": "bachelor of technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } } ], "jdWeightage": [ { "Parent": "JobProfile", "Weight": 35.0, "Child": { "JobProfileTitle": 100.0, "JobProfileAlias": 80.0, "JobProfile": 80.0 } }, { "Parent": "Organization", "Weight": 5.0 }, { "Parent": "Skill", "Weight": 15.0, "Child": { "PreferredSkillSet": 80.0, "AliasSkillSet": 80.0, "JobProfileRelatedSkills": 80.0, "RequiredSkillSet": 100.0 } }, { "Parent": "Degree", "Weight": 15.0, "Child": { "QualificationsPreferred": 80.0, "QualificationsRequired": 100.0 } }, { "Parent": "ExperienceRequired", "Weight": 10.0, "Child": { "MaximumYearsExperience": 100.0, "MinimumYearsExperience": 100.0 } }, { "Parent": "JobLocationCity", "Weight": 5.0 }, { "Parent": "JobLocationState", "Weight": 2.0 }, { "Parent": "JobLocationCountry", "Weight": 3.0 }, { "Parent": "IndustryType", "Weight": 5.0 }, { "Parent": "Domains", "Weight": 5.0 } ] }
Sample Request and Response in One to One Match
Note:
- This is sample request to match JD with a resume, similarly you can match resume with JD.
- Refer One To One Match to know more details about One to One Match API.
- Sample request with documentId
parameter:
{ "index": { "indexKey": "put your indexKey", "subUserId": "put your SubUser ID" }, "match": { "jdDocumentId": "JD1", "resumeDocumentId": "TestCV4" }, "matchType": "JD to Resume", "pageSize": 5, "pageStart": 0, "explainScore": true, "explainScoreType": "json" }
- Sample response with documentId
parameter:
{ "records": [ { "id": "TestCV4", "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "your SubUser ID " }, { "id": "JD1", "JobProfileTitle": "Inside Sales Representative", "Qualification": [ "Bachelor of Technology" ], "Organization": "Stefanini", "JobLocationCity": "North York", "JobLocationCountry": "Canada", "SubUserId": "your SubUser ID", "JobLocationState": "CA" } ], "ResumeJSON": "", "JDJSON": "", "explainScore": [ { "id": "TestCV4", "explaination": { "score": 33.0, "maxScore": 100.0, "Match": { "score": 33.0, "maxScore": 100.0, "detailScore": [ { "score": 28.0, "maxScore": 35.0, "entity": "JobProfile", "value": "inside sales representative" }, { "score": 0.0, "maxScore": 15.0, "entity": "QualificationsPreferred", "value": "Bachelor of Technology" }, { "score": 0.0, "maxScore": 10.0, "entity": "TotalExperienceInYear", "value": "[2.0 TO 3.0]" }, { "score": 5.0, "maxScore": 5.0, "entity": "Category", "value": "wholesale trade" }, { "score": 0.0, "maxScore": 5.0, "entity": "Organization", "value": "Stefanini" }, { "score": 0.0, "maxScore": 5.0, "entity": "IndustryType", "value": "Banking, Financial Services" }, { "score": 0.0, "maxScore": 5.0, "entity": "JobLocationCity", "value": "North York" }, { "score": 0.0, "maxScore": 3.0, "entity": "JobLocationCountry", "value": "Canada" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Coaching" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Learning" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Mentoring" }, { "score": 0.0, "maxScore": 2.08, "entity": "RequiredSkillSet", "value": "Volume Sales" }, { "score": 0.0, "maxScore": 2.0, "entity": "JobLocationState", "value": "CA" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Computer Science" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Financial Services" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Inside Sales" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Leader" }, { "score": 0.0, "maxScore": 1.33, "entity": "PreferredSkillSet", "value": "Social Media" } ] } } } ] }
Sample Request and Response in Skill Gap Analysis
Note:
- This is sample request to match JD with a resume, similarly you can match resume with JD.
- Refer Skill Gap Analysis to know more details about Skill Gap Analysis API.
- Sample request with documentId
parameter:
{ "index": { "indexKey": "Put your indexkey", "subUserId": "Put your subuser id" }, "match": { "jdDocumentId": "JD1", "resumeDocumentId": "TestCV4" } }
- Sample response with documentId
parameter:
{ "records": [ { "id": "TestCV4", "CurrentEmployer": "Osun State College Of Technology", "TotalExperienceInYear": 5.4, "FullName": "AJIMON OLAJIDE OLADIIPO", "SubUserId": "your SubUser ID" }, { "id": "JD1", "JobProfileTitle": "Inside Sales Representative", "Qualification": [ "Bachelor of Technology" ], "Organization": "Stefanini", "JobLocationCity": "North York", "JobLocationCountry": "Canada", "SubUserId": "your SubUser ID", "JobLocationState": "CA" } ], "resumeContent": "", "jdContent": "", "skillMatch": [ { "explanation": { "score": 48.57, "maxScore": 100, "match": [ { "matchingSkills": [ { "score": 8.57, "maxScore": 8.57, "entity": "SkillHaveExp", "value": "java", "type": "OperationalSkill", "formattedName": "Java", "alias": "Advance Java, Advance Java Programming, core java, Core Java Programming, core-java, corejava, Embedded Java, Java 1, Java 1.2, Java 1.4, Java 1.5, Java 10, Java 11, Java 2, Java 2 Advanced Programming, Java 2 Programming, java 2.0, Java 3, Java 4, Java 5, java 5.0, Java 6, Java 7, Java 8, Java 8 Programming, Java 9, java application, Java Basic Programming, Java Coding, Java Dev Language, Java Development, Java Development Lang., Java Development Language, Java Platform, Java Platform Language, Java programming, Java Programming Language, Java Tech., java technologies, Java Technology, Java web development, Java Web Programming, java1, Java1.3, Java5, Java8, Microsoft Java Technologies, Ms Java Technologies, Oracle Java, programming core java, programming corejava, Programming Language Java, Programming Languages Java" }, { "score": 8.57, "maxScore": 8.57, "entity": "SkillHaveExp", "value": "javascript", "type": "OperationalSkill", "formattedName": "JavaScript", "alias": "ECMAScript 2015, ECMAScript 2016, ECMAScript 2017, ECMAScript 3, ECMAScript 4, ECMAScript 5, ECMAScript 6, ECMAScript lang., ECMAScript language, ECMAScript Programming language, ECMAScript scripting-language, ES Programming language, ES2015, ES2017, ES2018, ES2019, ES2020, ES2021, es6, java script, Java Script Programming, Java Script Programming Language, Java Scripting, JavaScript 1.0, JavaScript 1.1, JavaScript 1.2, javascript 1.3, Javascript Coding, Javascript ES6, JavaScript lang., JavaScript language, Javascript Oracle, Javascript Oracle 10G, JavaScript Programming, JavaScript programming language, Javascript Scripting, Javascript Scripting Language, javascripts, JS language, js programming language, JScript 1.0, Oracle Javascript, Programming Javascript, Programming Language Javascript, Scripting Javascript, Scripting Language Javascript, Server Side Javascript" }, { "score": 8.57, "maxScore": 8.57, "entity": "SkillWithoutExp", "value": "programming", "type": "OperationalSkill", "formattedName": "Programming Language", "alias": "advanced programming, code programming, Coding, coding languages, coding skills, Computer Lang., Computer Language, Computer programming, Computer Programming Lang., Computer Programming Language, Computer Science Programming, development languages, its programming, Operations Programming, Programming, Programming Coding, programming concepts, Programming Lang., Programming Languages, programming skills, Programming-Language, Software & Programming Languages, software coding, Software Programming" }, { "score": 6.67, "maxScore": 6.67, "entity": "SkillHaveExp", "value": "eclipse", "type": "OperationalSkill", "formattedName": "Eclipse", "alias": "eclipse 3.0, Eclipse 3.0 IDE, eclipse 3.1, eclipse 3.2, eclipse 3.3, Eclipse 3.4, Eclipse 3.5, Eclipse 3.6, Eclipse 3.7, Eclipse 3.X, Eclipse 3.X IDE, Eclipse 4.12, Eclipse 4.17, Eclipse 4.18, Eclipse 4.2, Eclipse 4.3, Eclipse 4.31, Eclipse 4.4, Eclipse 4.5, Eclipse 4.6, Eclipse 4.7, Eclipse 4.8, Eclipse IDE, eclipse ide software, Eclipse software, eclipse3.1, Eclipse3.5, IDE Eclipse 3.2, Java Eclipse, software Eclipse, software Eclipse IDE" }, { "score": 6.67, "maxScore": 6.67, "entity": "SkillHaveExp", "value": "jira", "type": "OperationalSkill", "formattedName": "JIRA", "alias": "Atlassian JIRA, Defect Tracking Tool JIRA, Jira 8.13, Jira 8.5, JIRA Agile, jira bug tracker, Jira Bug Tracking, Jira Bug Tracking System, Jira Bug Tracking Tool, Jira Framework, Jira Platform, JIRA Soft., JIRA Software, Jira Software 8.13, Jira Software 8.19., Jira Software 8.20., Jira Testing, Jira Ticketing Software, Jira Ticketing System, JIRA Ticketing System Framework, JIRA tool, JIRA Tracking, JIRA Tracking tool" }, { "score": 4.76, "maxScore": 4.76, "entity": "SkillWithoutExp", "value": "linux", "type": "OperationalSkill", "formattedName": "Linux", "alias": "GNU Linux, GNU/Linux, linux architecture, linux development, linux environment, Linux Infrastructure, Linux Network, Linux Open Source, Linux Operating System, Linux Operating Systems, linux operations, Linux OS, Linux Platform, Linux Programs, linux software, linux system, linux system architecture, Software Linux" }, { "score": 4.76, "maxScore": 4.76, "entity": "SkillHaveExp", "value": "mysql", "type": "OperationalSkill", "formattedName": "MySQL", "alias": "Database System My Sql, Database System Mysql, Database Systems Mysql, Database Technologies Mysql, Databases My Sql, Databases Mysql, My Sql, my sql server, MY-SQL, mysql 4.1, MySQL 4.x, MySQL 4/5, Mysql 5, mysql 5.0, Mysql 5.0 Databases, Mysql 5.0 Server, mysql 5.1, Mysql 5.1 Server, mysql 5.5, Mysql 5.5 Server, Mysql 5.6, Mysql 5.6 Database System, Mysql 5.6 Databases, Mysql 5.6 Server, MySQL database design, mysql database operations, MySQL DB, MySQL Server, mysql server v5.0, mysql server v6.0, mysql software, MySQL System Soft., MySQL System Software, mysql v5.0 server, MySQLdb, Oracle My Sql, Oracle Mysql, Oracle Mysql Design, oracle mysql server, oracles mysql, Programming Mysql, Server Mysql, Software Mysql" } ] }, { "missingSkills": [ { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Java Framework", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Problem Solving", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Analytical Thinking", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Java API", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Software Development", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Programming Language", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Java DB", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Java Web Application", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Java Performance", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Web Technology", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Exception Handling", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Java Security", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Javacard", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Xtend", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Java Runtime Analysis Toolkit", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 3.12, "entity": "JobProfileRelatedSkills", "value": "Attention to Detail", "type": "", "formattedName": "", "alias": "" }, { "score": 0, "maxScore": 1.42, "entity": "PreferredSkillSet", "value": "Communication Skill", "type": "SoftSkill", "formattedName": "Communication", "alias": "ability to communicate, ability to effectively communicate, ability to interact effectively, able to communicate, Communicaitons, communicate effectively, Communicate Effectively With Customers, Communicate Effectively With Guests, communicating, communicating effectively, Communicating With Persons Outside, communication abilities, communication skill, Communication Skills With Public, communicational, communicational skills, communications, communications skills, communicative skills, excellent communication, good communication, strong communicator" } ] } ] } } ] }
Error Code
Error Code | Error Message |
---|---|
2082 | No document is indexed with id ({id}). please pass a valid id. |
2011 | invalid value for id. id must be string value. |