Amazon Kendra · Arazzo Workflow
Amazon Kendra Refresh Documents
Version 1.0.0
Remove stale documents from an index, upload their refreshed versions, and wait until the new versions are indexed.
View Spec
View on GitHub
AIEnterprise SearchKnowledge ManagementMachine LearningNatural LanguageArazzoWorkflows
Provider
Workflows
refresh-documents
Delete stale documents, put refreshed versions, and wait for INDEXED.
Removes stale document ids, uploads refreshed documents, and polls until the new versions are INDEXED.
1
deleteStale
BatchDeleteDocument
Remove the stale document ids from the index so the refreshed versions replace them cleanly rather than coexisting.
2
putRefreshed
BatchPutDocument
Upload the refreshed documents to the index for asynchronous re-indexing.
3
waitForIndexed
BatchGetDocumentStatus
Poll the status of the refreshed documents until they leave PROCESSING and report INDEXED, confirming the refresh is searchable.