Name | Type | Default value | Description |
---|---|---|---|
name | string | Name of the meta subject of the operation. Not required when this is inside a 'Meta' tag. | |
minValues | int | 0 | Minimum number of values to select. |
maxValues | int | 50 | Maximum number of values to select. |
maxBytesToProcess | int | 131072 | Maximum number of bytes to process in the input text. The remaining bytes are not taken into account for the value selection operation. (0=deactivated) |
relaxAndNodesPolicy | enum(never, toplevel, always) | never | Relax query AND nodes (handle them as if they were OR nodes). Value can be null or one of • never • toplevel • always |
facetIds | string | ||
extraPrefixHandlers | string | ||
analysisConfig | string | Analysis config in which analysisPipeline is searched for tokenization config and extra semantic processors. | |
analysisPipeline | string | Pipeline in analysisConfig searched for tokenization config and extra semantic processors. |