SEARCH_INDEX_INVALID_PARAMETERS error condition

SQLSTATE: 42K06

Cannot create search index, invalid parameter is given:

INVALID_PARAMETER_VALUE

<parameterName> must be one of the following values: <allowedValues>.

PARAMETER_MUST_BE_GREATER_THAN

<parameterName> must be greater than or equal to <minValue>.

PARAMETER_MUST_BE_INTEGER

<parameterName> must be an integer value.

PARAMETER_MUST_BE_LESS_THAN

<parameterName> must be less than or equal to <maxValue>.

PARAMETER_MUST_BE_POWER_OF_TWO

<parameterName> must be a power of two.

UNKNOWN_PARAMETER_KEYS

<parameterNames> are not recognized parameters.

UNSUPPORTED_PARAMETER_FOR_TOKENIZER

<parameterName> is not supported when using the <tokenizer> tokenizer.