replaceSynonymsInHighlight property

  1. @JsonKey(name: r'replaceSynonymsInHighlight')
bool? replaceSynonymsInHighlight
final

Whether to highlight and snippet the original word that matches the synonym or the synonym itself.

Implementation

@JsonKey(name: r'replaceSynonymsInHighlight')
final bool? replaceSynonymsInHighlight;