Table of Contents

Enum SynonymExpansionMode

Namespace
Textkernel.Tx.Models.API.MatchV2.Request
Assembly
Textkernel.Tx.SDK.dll

Options for synonym expansion in queries

[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SynonymExpansionMode

Fields

QUERY = 0

build the synonym map from the query only, expand the query. This is the default option.

QUERY_AND_QUERYPARTS = 1

build synonym map from both query and query parts, expand the query, prune and expand the query parts.

QUERY_AND_SYNONYMMAP = 2

build synonym map from both query and query parts, expand the query, only prune the query parts.