enableSynonyms property

bool? enableSynonyms
final

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

final bool? enableSynonyms;