Table of Contents

Enum AutocompleteCandidatesField

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

Which field should be used to generate completions for an autocomplete request

[JsonConverter(typeof(EnumMemberConverter<AutocompleteCandidatesField>))]
public enum AutocompleteCandidatesField

Fields

[EnumMember(Value = "job_titles")] AllJobTitles = 5

Generate completions from all job titles in the index

[EnumMember(Value = "degrees.name")] DegreeNames = 7

Generate completions from degree names in the index

[EnumMember(Value = "education_level_international")] EducationLevel = 10

Generate completions from normalized international education levels in the index

[EnumMember(Value = "FULLTEXT")] FullText = 0

Generate completions from multiple dictionaries

[EnumMember(Value = "compskills")] ITSkills = 1

Generate completions from IT skills in the index

[EnumMember(Value = "langskills.name")] LanguageSkills = 3

Generate completions from language skills in the index

[EnumMember(Value = "last_job_title")] LastJobTitle = 6

Generate completions from last job titles in the index

[EnumMember(Value = "location")] Location = 8

Generate completions from candidate locations (addresses) in the index

[EnumMember(Value = "work_field.profession_group")] ProfessionGroup = 9

Generate completions from profession groups in the index

[EnumMember(Value = "profskills")] ProfessionalSkills = 2

Generate completions from professional skills in the index

[EnumMember(Value = "recent_job_titles")] RecentJobTitles = 4

Generate completions from recent job titles in the index