vinothchandar commented on a change in pull request #1414: [HUDI-437] Add
user-defined index config
URL: https://github.com/apache/incubator-hudi/pull/1414#discussion_r394524721
##########
File path: docs/configurations.cn.md
##########
@@ -223,7 +223,11 @@ Following configs control indexing behavior, which tags
incoming records as eith
[withIndexConfig](#withIndexConfig) (HoodieIndexConfig) <br/>
<span style="color:grey">This is pluggable to have a external index (HBase) or
use the default bloom filter stored in the Parquet files</span>
-
+
+##### withIndexClass(indexClass = "x.y.z.UserDefinedIndex") {#withIndexClass}
+Property: `hoodie.index.class` <br/>
+<span style="color:grey">Full path of user-defined index class and must
extends HoodieIndex class. It will take precedence over the `hoodie.index.type`
configuration if specified</span>
Review comment:
must extend?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services