Skip to content

Bulk Indexing Error Improvement#425

Merged
DylanWelzel merged 2 commits into1.1.xfrom
indexer-errors
Oct 28, 2025
Merged

Bulk Indexing Error Improvement#425
DylanWelzel merged 2 commits into1.1.xfrom
indexer-errors

Conversation

@DylanWelzel
Copy link
Copy Markdown
Contributor

Instead of silently returning zero indexed documents when bulk indexing fails, the code now raises a detailed exception that includes serialized error information.

Error handling and logging improvements:

  • When bulk indexing fails, the code now serializes the error details using the to_json utility and raises a BulkIndexError with a descriptive message, instead of returning 0 and logging a warning.

@DylanWelzel DylanWelzel merged commit 0b9a32d into 1.1.x Oct 28, 2025
6 of 7 checks passed
@DylanWelzel DylanWelzel deleted the indexer-errors branch October 28, 2025 23:18
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