| Package | Description |
|---|---|
| com.textkernel.tx.models.api.geocoding | |
| com.textkernel.tx.models.api.indexes | |
| com.textkernel.tx.models.api.parsing | |
| com.textkernel.tx.services |
| Modifier and Type | Field and Description |
|---|---|
IndexingOptionsGeneric |
GeocodeAndIndexRequest.IndexingOptions
Where to index the resume
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexJobInfo
Information for adding a single job to an index as part of a 'batch upload'
|
class |
IndexResumeInfo
Information for adding a single resume to an index as part of a 'batch upload'
|
| Modifier and Type | Field and Description |
|---|---|
IndexingOptionsGeneric |
ParseOptions.IndexingOptions
If you are using Search & Match, use this property to also index/upload the document after it is parsed/geocoded.
|
| Modifier and Type | Method and Description |
|---|---|
GeocodeAndIndexJobResponse |
GeocoderService.geocodeAndIndex(ParsedJob job,
IndexingOptionsGeneric 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 |
GeocoderService.geocodeAndIndex(ParsedJob job,
IndexingOptionsGeneric 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 |
GeocoderService.geocodeAndIndex(ParsedJob job,
IndexingOptionsGeneric 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.
|
GeocodeAndIndexResumeResponse |
GeocoderService.geocodeAndIndex(ParsedResume resume,
IndexingOptionsGeneric 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
resume.
|
GeocodeAndIndexResumeResponse |
GeocoderService.geocodeAndIndex(ParsedResume resume,
IndexingOptionsGeneric indexingOptions,
boolean indexIfGeocodeFails,
GeocodeCredentials geocodeCredentials)
Uses the address in the resume (if present) to look up geocoordinates and add them into the ParsedResume object.
|
GeocodeAndIndexResumeResponse |
GeocoderService.geocodeAndIndex(ParsedResume resume,
IndexingOptionsGeneric 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 resume.
|
Copyright © 2025. All rights reserved.