Skip to content

Commit

Permalink
UHF-5254: Update index settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysteerio committed Dec 19, 2022
1 parent 2dc7c9a commit 7d85703
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions conf/cmi/search_api.index.job_listings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,41 @@ dependencies:
- node
- scheduler
- search_api
- helfi_rekry_job_search
id: job_listings
name: 'Job listings'
description: ''
read_only: false
field_settings:
employment:
label: Employment
datasource_id: 'entity:node'
property_path: employment
type: object
employment_id:
label: 'Employment » Luokittelutermi » Termin ID'
datasource_id: 'entity:node'
property_path: 'field_employment:entity:tid'
type: integer
dependencies:
config:
- field.storage.node.field_employment
module:
- taxonomy
employment_type_id:
label: 'Employment type » Luokittelutermi » Termin ID'
datasource_id: 'entity:node'
property_path: 'field_employment_type:entity:tid'
type: integer
dependencies:
config:
- field.storage.node.field_employment_type
module:
- taxonomy
entity_type:
label: 'Entity type'
property_path: search_api_entity_type
type: string
field_copied:
label: 'Copied from another language'
datasource_id: 'entity:node'
Expand Down Expand Up @@ -138,6 +168,14 @@ field_settings:
dependencies:
module:
- node
name:
label: Name
datasource_id: 'entity:taxonomy_term'
property_path: name
type: string
dependencies:
module:
- taxonomy
status:
label: Published
datasource_id: 'entity:node'
Expand All @@ -146,6 +184,14 @@ field_settings:
dependencies:
module:
- node
tid:
label: 'Term ID'
datasource_id: 'entity:taxonomy_term'
property_path: tid
type: integer
dependencies:
module:
- taxonomy
title:
label: Title
datasource_id: 'entity:node'
Expand Down Expand Up @@ -189,9 +235,17 @@ datasource_settings:
- en
- fi
- sv
'entity:taxonomy_term':
bundles:
default: true
selected: { }
languages:
default: true
selected: { }
processor_settings:
add_url: { }
aggregated_field: { }
employment: { }
entity_status: { }
entity_type: { }
ignorecase:
Expand All @@ -210,6 +264,7 @@ processor_settings:
preprocess_index: 0
boosts: { }
rendered_item: { }
reverse_entity_references: { }
tokenizer:
weights:
preprocess_index: -6
Expand Down

0 comments on commit 7d85703

Please sign in to comment.