Specify which properties to materialize as artificial properties by doctype.
Materializing properties is the process to derive a value from a property path (like Property A->Property B->Property C
) and store it as a property of an artificial document instance.
To materialize properties of a doctype specify the property paths as a comma separated list. Only documents stored after the definition of the space properties will have the materialized properties. Existing documents need to be stored or reindexed again.
The last part of the space identifier is the identifier of the doctype whose properties are to be materialized.
Normalize Value Lists
For maximum compatibility make sure that in case of value lists, the separation of list elements should be normalized.
This is only required for macros that render lists and in case you need to render the resulting multi-list. It is recommended that values are separated by comma, since these representation is easily merged.
More information on materialization of document properties.
To define materializers for doctype it-service
:
Space Property Name | Space Property Value |
---|
projectdoc-materialize-it-service | Type->Sort Key, System->Identifier |
The arrow character '→' is allowed for "->" to define a path for the materializers.