public class SearchMatchSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
NormalizeJobTitles
Normalize the first three job titles specified in
FilterCriteria.JobTitles and automatically include them in the query
(additional charges apply). |
String |
NormalizeJobTitlesLanguage
Specify the language (ISO 639-1 code) of the Job Title to be normalized.
|
boolean |
PositionTitlesMustHaveAnExactMatch
Set to
true to turn off variation matches in job titles. |
| Constructor and Description |
|---|
SearchMatchSettings() |
public boolean PositionTitlesMustHaveAnExactMatch
true to turn off variation matches in job titles.public boolean NormalizeJobTitles
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 ProfessionsSettings.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 ProfessionsSettings.Normalize enabled.
public String NormalizeJobTitlesLanguage
en. See list of supoprted languages.Copyright © 2023. All rights reserved.