# Index Builder [Source code](indexcwl_src.md) ```{contents} --- local: --- ``` **Tool**. Runs: [dorieh.platform.loader.index_builder](../members/index_builder) ## Description This tool builds all indices for the specified table. Log file displays real-time progress of building indices ## Inputs | Name | Type | Default | Description | |:----------------|:--------|:--------|:-----------------------------------------------------------------| | registry | ['File?', 'string?'] | | A path to the data model file | | domain | string | | the name of the domain | | table | string | | the name of the table | | database | File | | Path to database connection file, usually database.ini | | connection_name | string | | The name of the section in the database.ini file | | incremental | boolean | | | | force | boolean | | | | depends_on | Any? | | a special field used to enforce dependencies and execution order | ## Outputs | Name | Type | Description | |:-------|:-------|:------------| | log | File | | | errors | stderr | |