Processing: Macro Execution
Property | Description |
|---|---|
ProcessMacro[].ConditionMacro | The macro functions to be executed are arranged in blocks, the execution of which as a whole can be controlled by a condition, which itself represents a field macro expression. The field macro expression must return a corresponding Boolean value. If the property value is missing, the condition will implicitly be considered satisfied. |
ProcessMacro[].Macro[] | Block-by-block definition of any number of macro expressions of any type These macros are executed in the order in which they are defined. Execution takes place at the end of the processing step, after all index data has been read in and any initialization macros have been executed for the field catalog. NoticeSimilar to the INI format, the JSON configuration format can also be prepended by a semicolon or |