| Class | Description |
|---|---|
| CreateIndexRequest |
Request body to create an index
|
| CreateIndexResponse |
The response body from a CreateIndex API call
|
| DeleteDocumentResponse |
The response body from a DeleteDocument API call
|
| DeleteIndexResponse |
The response body from a DeleteIndex API call
|
| DeleteMultipleDocumentsRequest |
Request body to delete multiple indexed documents
|
| DeleteMultipleDocumentsResponse |
The response body from a DeleteMultipleDocuments API call
|
| GetAllIndexesResponse |
The response body from a GetAllIndexes API call
|
| GetIndexResponse |
The response body from a GetIndex API call
|
| GetJobResponse |
The response body from a GetJob API call
|
| GetResumeResponse |
The response body from a GetResume API call
|
| IndexDocumentRequest |
Base class for 'index resume' or 'index job' request body
|
| IndexDocumentResponse |
The response body from a IndexDocument API call
|
| IndexedDocumentInfo |
A small container for identifying an indexed document
|
| IndexingOptionsGeneric |
Generic options that have properties for both V1 and V2.
|
| IndexJobInfo |
Information for adding a single job to an index as part of a 'batch upload'
|
| IndexJobRequest |
Request body for an 'index job' request
|
| IndexMultipleDocumentsResponse |
The response body from a IndexMultipleDocuments API call
|
| IndexMultipleDocumentsResponseValue |
One entry in the
ApiResponse.Value from a 'index multiple documents' response |
| IndexMultipleJobsRequest |
Request body for an 'index multiple jobs' request
|
| IndexMultipleResumesRequest |
Request body for an 'index multiple resumes' request
|
| IndexResumeInfo |
Information for adding a single resume to an index as part of a 'batch upload'
|
| IndexResumeRequest |
Request body for an 'index resume' request
|
| UpdateUserDefinedTagsRequest |
Request body to update (add/remove/overwrite) user-defined tags on an indexed
document
|
| UpdateUserDefinedTagsResponse |
The response body from a UpdateUserDefinedTags API call
|
| Enum | Description |
|---|---|
| SearchAndMatchVersion |
The Search & Match Version to use for indexing.
|
| UserDefinedTagsMethod |
A method to use when updating user-defined tags on a document
|
Copyright © 2025. All rights reserved.