Dgidx brick

A Dgidx brick sends the finished data prepared by Forge to the Dgidx program, which generates the proprietary indices for each MDEX Engine (Dgraph).

Dgidx brick settings

Setting

Description

input

The path to the Forge output.

output

The file prefix to use for generated files.

dgidx_binary

Path to the Dgidx indexing program.

Note: You can use this setting to override the endeca_mdex_bin default setting.

dgidx_options

Command-line flags to pass to Dgidx.

stdout

Where to redirect stdout for the brick. By default, stdout is sent to the screen. Specifying a value for stdout overrides the stdout_base setting.

stderr

Where to redirect stderr for the brick. By default, stderr is sent to the screen. Specifying a value for stderr overrides the stderr_base setting.

run_aspell

Set to true (the default), runs the internal mechanism (called aspell). Set to false, aspell is not run.

Note: If you want to run the dgwordlist (UNIX) or dgwordlist.exe (Windows) script for spelling configuration (rather than aspell), you must do so separately in a Shell brick or elsewhere.
The following is a Windows example of a Dgidx brick called dgidx01:
dgidx01 : Dgidx
	dgidx_binary = C:\endeca\bin\dgidx.exe
	# path relative to working_dir
	input = .\forge_output\test.records.legacy
	output = .\indexed\test