Introduction
Field definitions are sent to our search platform Apache Solr and hence must adhere to certain requirements in addition to our own business logic.
...
Forbidden patterns (case insensitive):
Global
,searchtextplaceholder
,*_lc
,*_thesaurus
,*_orig
,*_index
Must adhere to the regular expression
[a-zA-Z0-9+_-]*+
Creating or saving a record with one or more invalid key names will also throw an error.
Type restriction
Creating a dynamic field definition of the type ComplexField is not allowed.
Changing standard field definitions
Changing the standard field definitions from Metadata Fields has been restricted to only the following operations
...
For existing records with invalid keys, a standard migration has been provided that deletes such fields.
Child field definitions Restrictions
The following properties are for child field definitions always the same as the top field definition
...