enableSynonyms property Null safety

bool? enableSynonyms
read / write

This property can be used to control (enable/disable) the synonyms behavior for a particular query.

Defaults to true, if set to false then fields having .synonyms suffix will not affect the query.

Implementation

bool? enableSynonyms;