Group
Show / Hide Table of Contents

Enum SynonymExpansionMode

Options for synonym expansion in queries

Namespace: Textkernel.Tx.Models.API.MatchV2.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SynonymExpansionMode

Fields

Name Description
QUERY

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

QUERY_AND_QUERYPARTS

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

QUERY_AND_SYNONYMMAP

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

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾