Skip to content

Bulk update handles "document_missing_in_index_exception"#392

Merged
jonavellecuerdo merged 1 commit into
mainfrom
TIMX-642-bulk-update-handles-document-missing-in-index-exception
Jul 15, 2026
Merged

Bulk update handles "document_missing_in_index_exception"#392
jonavellecuerdo merged 1 commit into
mainfrom
TIMX-642-bulk-update-handles-document-missing-in-index-exception

Conversation

@jonavellecuerdo

@jonavellecuerdo jonavellecuerdo commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Purpose and background context

This required update was identified in the process of investigating missing TIMDEX embeddings for gismit and aspace. This fix addresses the missing embeddings for gismit. Please read the details in TIMX-642 for a summary of the issue.

One might wonder--as I did 🤓 --the difference between the document_missing_exception vs document_missing_in_index exception. The screenshot in TIMX-642 showing the document_missing_in_index exception was reindexing to AOSS (Serverless) and the screenshot below is reindexing to Cluster (Traditional):
image

This suggests that the document_missing_in_index is specific to AOSS and it is an artifact of differing OpenSearch versions used by AOSS (Serverless) vs. Cluster (Traditional). While we are supporting two OpenSearch instances, we will need to handle both error types.

How can a reviewer manually see the effects of these changes?

Screenshots in TIMX-642 and above for the gismit explain the issue.

Includes new or updated dependencies?

NO

Changes expectations for external applications?

YES-ish: The TIMDEX dataset in Prod was synced to Dev on 2026-07-14 (yesterday). The TIMDEX dataset in Prod will still be missing embeddings for gismit and aspace until we regenerate embeddings as was done in Dev.

What are the relevant tickets?

Code review

  • Code review best practices are documented here and you are encouraged to have a constructive dialogue with your reviewers about their preferences and expectations.

@jonavellecuerdo
jonavellecuerdo requested review from ehanson8 and removed request for ehanson8 July 15, 2026 14:51
@jonavellecuerdo
jonavellecuerdo marked this pull request as ready for review July 15, 2026 14:54
@jonavellecuerdo
jonavellecuerdo requested a review from a team as a code owner July 15, 2026 14:54
@jonavellecuerdo
jonavellecuerdo requested a review from JPrevost July 15, 2026 14:55
@jonavellecuerdo
jonavellecuerdo merged commit 27d8e40 into main Jul 15, 2026
5 checks passed
@jonavellecuerdo
jonavellecuerdo deleted the TIMX-642-bulk-update-handles-document-missing-in-index-exception branch July 15, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants