Whether to use VQL in Boolean fields. If you set VQL
to True
, the contents of the Boolean field in a category (which you set by sending the CategorySetTraining action with the Boolean parameter) are always in VQL (Verity Query Language).
By default, HPE Category Component treats the Boolean field as an ordinary Boolean expression (such as "cat AND dog NOT rabbit"
).
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Category |
Example: | VQL=True
|
See Also: | CategorySetTraining action |
|