Table of Contents

Class SearchMatchSettings

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

Settings for searching/matching

public class SearchMatchSettings
Inheritance
SearchMatchSettings
Inherited Members

Properties

NormalizeJobTitles

Normalize the first three job titles specified in FilterCriteria.JobTitles and automatically include them in the query (additional charges apply).

You will only benefit from using this parameter if the data in your index was parsed with Normalize enabled.

Normalized job titles help identify more matches by looking beyond the exact job title. Normalization uses lists of synonyms behind the scenes. For example, a search for "HR Advisor" will also return results for "Human Resources Consultant".

When matching, the normalized job title is automatically included in the query if the data in your index was parsed with Normalize enabled.

public bool NormalizeJobTitles { get; set; }

Property Value

bool

NormalizeJobTitlesLanguage

Specify the language (ISO 639-1 code) of the Job Title to be normalized. This defaults to "en". See list of supoprted languages.

public string NormalizeJobTitlesLanguage { get; set; }

Property Value

string

PositionTitlesMustHaveAnExactMatch

Set to true to turn off variation matches in job titles.

public bool PositionTitlesMustHaveAnExactMatch { get; set; }

Property Value

bool