yihua commented on code in PR #18867: URL: https://github.com/apache/hudi/pull/18867#discussion_r3315525191
########## website/docs/metadata_indexing.md: ########## @@ -36,7 +36,7 @@ For more information on these indexes please refer [metadata section](metadata/# :::note Please note in order to create secondary index: 1. The table must have a primary key and merge mode should be [COMMIT_TIME_ORDERING](record_merger.md#commit_time_ordering). -2. Record index must be enabled. This can be done by setting `hoodie.metadata.record.index.enable=true` and then creating `record_index`. Please note the example below. +2. Record index must be enabled. This can be done by setting `hoodie.metadata.global.record.level.index.enable=true` and then creating `record_index`. Please note the example below. Review Comment: This is intended for global record level index which was the default. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
