There was an error while loading. Please reload this page.
biz.json文件配置了查询节点启动时需要加载的表信息和一些集群的配置信息。biz.json的配置示例如下:
{ "dependency_table": [ "in0" ], "cluster_config" : { "hash_mode" : { "hash_field" : "docid", "hash_function" : "HASH" }, "query_config" : { "default_index" : "title", "default_operator" : "AND" }, "table_name" : "in0" } }