| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
IndexDocumentResponse |
SovrenClient.indexDocument(ParsedJob job,
String indexId,
String documentId,
List<String> userDefinedTags)
Add a job 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.
|
| Modifier and Type | Field and Description |
|---|---|
ParsedJob |
ParsedJobWithId.JobData
A job generated by the Sovren parser
|
| Modifier and Type | Field and Description |
|---|---|
ParsedJob |
GeocodeJobResponseValue.JobData
The job you sent to be geocoded with geolocation coordinates added
|
ParsedJob |
GeocodeJobRequest.JobData
The job you wish to be geocoded
|
ParsedJob |
GeocodeAndIndexJobResponseValue.JobData
The job you sent to be geocoded/indexed with geolocation coordinates added
|
ParsedJob |
GeocodeAndIndexJobRequest.JobData
The job you wish to be geocoded/indexed
|
| Modifier and Type | Field and Description |
|---|---|
ParsedJob |
IndexJobRequest.JobData
A job to index
|
ParsedJob |
IndexJobInfo.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 © 2020. All rights reserved.