| Package | Description |
|---|---|
| com.sovren |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020. All rights reserved.