| Package | Description |
|---|---|
| com.sovren | |
| com.sovren.exceptions |
| Modifier and Type | Method and Description |
|---|---|
<TTarget extends IParsedDocWithId> |
SovrenUIClient.bimetricScore(ParsedJobWithId sourceJob,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Create a Matching UI session to score one or more target documents against a source job
|
<TTarget extends IParsedDocWithId> |
SovrenClient.bimetricScore(ParsedJobWithId sourceJob,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Score one or more target documents against a source job
|
<TTarget extends IParsedDocWithId> |
SovrenUIClient.bimetricScore(ParsedResumeWithId sourceResume,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Create a Matching UI session to score one or more target documents against a source resume
|
<TTarget extends IParsedDocWithId> |
SovrenClient.bimetricScore(ParsedResumeWithId sourceResume,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Score one or more target documents against a source resume
|
CreateIndexResponse |
SovrenClient.createIndex(IndexType type,
String indexId)
Create a new index
|
DeleteDocumentResponse |
SovrenClient.deleteDocument(String indexId,
String documentId)
Delete an existing document from an index
|
DeleteIndexResponse |
SovrenClient.deleteIndex(String indexId)
Delete an existing index.
|
DeleteMultipleDocumentsResponse |
SovrenClient.deleteMultipleDocuments(String indexId,
List<String> documentIds)
Delete a group of existing documents from an index
|
GeocodeJobResponse |
SovrenClient.geocode(ParsedJob job)
Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
|
GeocodeJobResponse |
SovrenClient.geocode(ParsedJob job,
Address address)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
job.
|
GeocodeResumeResponse |
SovrenClient.geocode(ParsedResume resume)
Uses the address in the resume (if present) to look up geocoordinates and add them into the ParsedResume object.
|
GeocodeResumeResponse |
SovrenClient.geocode(ParsedResume resume,
Address address)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
resume.
|
GeocodeAndIndexJobResponse |
SovrenClient.geocodeAndIndex(ParsedJob job,
IndexSingleDocumentInfo indexingOptions,
Address address,
boolean indexIfGeocodeFails)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
rjobesume.
|
GeocodeAndIndexJobResponse |
SovrenClient.geocodeAndIndex(ParsedJob job,
IndexSingleDocumentInfo indexingOptions,
boolean indexIfGeocodeFails)
Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
|
GeocodeAndIndexJobResponse |
SovrenClient.geocodeAndIndex(ParsedJob job,
IndexSingleDocumentInfo indexingOptions,
GeoCoordinates coordinates,
boolean indexIfGeocodeFails)
Use this if you already have latitude/longitude coordinates and simply wish to add them to your parsed job.
|
GeocodeAndIndexResumeResponse |
SovrenClient.geocodeAndIndex(ParsedResume resume,
IndexSingleDocumentInfo indexingOptions,
Address address,
boolean indexIfGeocodeFails)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
resume.
|
GeocodeAndIndexResumeResponse |
SovrenClient.geocodeAndIndex(ParsedResume resume,
IndexSingleDocumentInfo indexingOptions,
boolean indexIfGeocodeFails)
Uses the address in the resume (if present) to look up geocoordinates and add them into the ParsedResume object.
|
GeocodeAndIndexResumeResponse |
SovrenClient.geocodeAndIndex(ParsedResume resume,
IndexSingleDocumentInfo indexingOptions,
GeoCoordinates coordinates,
boolean indexIfGeocodeFails)
Use this if you already have latitude/longitude coordinates and simply wish to add them to your parsed resume.
|
GetAccountInfoResponse |
SovrenClient.getAccountInfo()
Get the account info (remaining credits, max concurrency, etc).
|
GetAllIndexesResponse |
SovrenClient.getAllIndexes()
Get all existing indexes
|
GetJobResponse |
SovrenClient.getJob(String indexId,
String documentId)
Retrieve an existing job from an index
|
GetResumeResponse |
SovrenClient.getResume(String indexId,
String documentId)
Retrieve an existing resume from an index
|
IndexDocumentResponse |
SovrenClient.indexDocument(ParsedJob job,
String indexId,
String documentId,
List<String> userDefinedTags)
Add a job to an existing index
|
IndexDocumentResponse |
SovrenClient.indexDocument(ParsedResume resume,
String indexId,
String documentId,
List<String> userDefinedTags)
Add a resume to an existing index
|
IndexMultipleDocumentsResponse |
SovrenClient.indexMultipleJobs(List<IndexJobInfo> jobs,
String indexId)
Add several jobs to an existing index
|
IndexMultipleDocumentsResponse |
SovrenClient.indexMultipleResumes(List<IndexResumeInfo> resumes,
String indexId)
Add several resumes to an existing index
|
GenerateUIResponse |
SovrenUIClient.match(ParsedJob job,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Create a Matching UI session to find matches for a non-indexed job.
|
MatchResponse |
SovrenClient.match(ParsedJob job,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Find matches for a non-indexed job.
|
GenerateUIResponse |
SovrenUIClient.match(ParsedResume resume,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Create a Matching UI session to find matches for a non-indexed resume.
|
MatchResponse |
SovrenClient.match(ParsedResume resume,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Find matches for a non-indexed resume.
|
GenerateUIResponse |
SovrenUIClient.match(String indexId,
String documentId,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Create a Matching UI session to find matches for a resume or job that is already indexed
|
MatchResponse |
SovrenClient.match(String indexId,
String documentId,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Find matches for a resume or job that is already indexed
|
ParseJobResponse |
SovrenClient.parseJob(ParseRequest request)
Parse a job
|
ParseResumeResponse |
SovrenClient.parseResume(ParseRequest request)
Parse a resume
|
GenerateUIResponse |
SovrenUIClient.search(List<String> indexesToQuery,
FilterCriteria query,
SearchMatchSettings settings,
PaginationSettings pagination)
Create a Matching UI session to search for resumes or jobs that meet specific criteria
|
SearchResponse |
SovrenClient.search(List<String> indexesToQuery,
FilterCriteria query,
SearchMatchSettings settings,
PaginationSettings pagination)
Search for resumes or jobs that meet specific criteria
|
UpdateUserDefinedTagsResponse |
SovrenClient.updateJobUserDefinedTags(String indexId,
String documentId,
List<String> userDefinedTags,
UserDefinedTagsMethod method)
Updates the user-defined tags for a job
|
UpdateUserDefinedTagsResponse |
SovrenClient.updateResumeUserDefinedTags(String indexId,
String documentId,
List<String> userDefinedTags,
UserDefinedTagsMethod method)
Updates the user-defined tags for a resume
|
| Modifier and Type | Class and Description |
|---|---|
class |
SovrenGeocodeJobException
This exception is thrown when an error happens during geocoding, but the service was still able to produce a usable Job object (see the
Response property) |
class |
SovrenGeocodeResumeException
This exception is thrown when an error happens during geocoding, but the service was still able to produce a usable Resume object (see the
Response property) |
class |
SovrenIndexJobException
This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Job object (see the
Response property) |
class |
SovrenIndexResumeException
This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Resume object (see the
Response property) |
class |
SovrenUsableJobException
This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the
Response property) |
class |
SovrenUsableResumeException
This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the
Response property) |
Copyright © 2020. All rights reserved.