Skip to content

Prevent any exception from Augmenter functions to corrupt the normal indexing

Zhibin Mai requested to merge augmenter_safe_guard into master

This is follow-up Index extended properties defined in property configurations

In this MR is to prevent any exception from Augmenter functions to corrupt the normal data indexing and log invalid PropertyConfigurations caused by user mistake. Both will help debug the unexpected results from Augmenter.

Merge request reports