| Modifier and Type | Method and Description |
|---|---|
GeocodeJobResponse |
SovrenClient.geocode(ParsedJob job,
Address address,
GeocodeCredentials geocodeCredentials)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
job.
|
GeocodeJobResponse |
SovrenClient.geocode(ParsedJob job,
GeocodeCredentials geocodeCredentials)
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,
Address address,
boolean indexIfGeocodeFails,
GeocodeCredentials geocodeCredentials)
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,
GeocodeCredentials geocodeCredentials)
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,
GeocodeCredentials geocodeCredentials)
Use this if you already have latitude/longitude coordinates and simply wish to add them to your parsed job.
|
IndexDocumentResponse |
SovrenClient.indexDocument(ParsedJob job,
String indexId,
String documentId,
List<String> userDefinedTags)
Add a job to an existing index
|
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(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.
|
| Modifier and Type | Field and Description |
|---|---|
ParsedJob |
ParsedJobWithId.JobData
A job generated by the Sovren parser
|
| Modifier and Type | Field and Description |
|---|---|
ParsedJob |
GeocodeAndIndexJobResponseValue.JobData
The job you sent to be geocoded/indexed with geolocation coordinates added
|
ParsedJob |
GeocodeJobRequest.JobData
The job you wish to be geocoded
|
ParsedJob |
GeocodeAndIndexJobRequest.JobData
The job you wish to be geocoded/indexed
|
ParsedJob |
GeocodeJobResponseValue.JobData
The job you sent to be geocoded with geolocation coordinates added
|
| Modifier and Type | Field and Description |
|---|---|
ParsedJob |
IndexJobInfo.JobData
A job to index
|
ParsedJob |
IndexJobRequest.JobData
A job to index
|
| Modifier and Type | Field and Description |
|---|---|
ParsedJob |
MatchJobRequest.JobData
The job to match.
|
| Modifier and Type | Field and Description |
|---|---|
ParsedJob |
ParseJobResponseValue.JobData
The main output from the Sovren Job Parser
|
| Modifier and Type | Method and Description |
|---|---|
static ParsedJob |
ParsedJob.fromFile(String path)
Load a parsed job from a json file using UTF-8 encoding.
|
static ParsedJob |
ParsedJob.fromJson(String utf8json)
Create a parsed job from json.
|
Copyright © 2021. All rights reserved.