forceVerbatimMode property

bool? forceVerbatimMode
getter/setter pair

Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental results retrieval, and usage of synonyms including custom ones.

If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for verbatim mode.

Implementation

core.bool? forceVerbatimMode;