From 2cf7dcfcf9a363417d1fbf1ccabf67393b7cab3b Mon Sep 17 00:00:00 2001 From: ZMai <zmai@slb.com> Date: Fri, 8 Sep 2023 15:34:05 -0500 Subject: [PATCH] Remove the unnecessary troubleshooting step --- docs/tutorial/IndexAugmenter.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/tutorial/IndexAugmenter.md b/docs/tutorial/IndexAugmenter.md index 23ad719af..f12a82760 100644 --- a/docs/tutorial/IndexAugmenter.md +++ b/docs/tutorial/IndexAugmenter.md @@ -325,9 +325,6 @@ the records from the `OSDU search` results, any one of the following mistakes ca * The feature flag `index-augmenter-enabled` for `Index Augmenter` is not enabled in the given data partition. Please check with the service provider. -* If the extended properties are created in the data records but those extended properties are not searchable, the option `force_clean` for re-index - is not set to `True`. - * Any one of the mandatory properties is missing, such as `data.Code`, `data.Configurations[].Name`, `data.Configurations[].Policy` or `data.Configurations[].Paths[].ValueExtraction.ValuePath` and etc. -- GitLab