set taxonomy terms as token in sapi_solr fields

This commit is contained in:
Bachir Soussi Chiadmi 2021-02-24 11:16:24 +01:00
parent 015139d04b
commit 5dfb746132
1 changed files with 20 additions and 20 deletions

View File

@ -8,12 +8,12 @@ dependencies:
- node - node
- search_api - search_api
config: config:
- field.storage.node.field_manufacturer
- field.storage.taxonomy_term.field_public_address
- field.storage.node.field_distributor
- field.storage.node.field_famille
- field.storage.node.field_reference
- field.storage.node.body - field.storage.node.body
- field.storage.node.field_distributor
- field.storage.taxonomy_term.field_public_address
- field.storage.node.field_famille
- field.storage.node.field_manufacturer
- field.storage.node.field_reference
- field.storage.node.field_tags - field.storage.node.field_tags
- field.storage.taxonomy_term.field_synonyms - field.storage.taxonomy_term.field_synonyms
- field.storage.node.field_thesaurus - field.storage.node.field_thesaurus
@ -68,7 +68,7 @@ field_settings:
label: 'Manufacturer » Terme de taxonomie » Address » The two-letter country code' label: 'Manufacturer » Terme de taxonomie » Address » The two-letter country code'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: 'field_manufacturer:entity:field_public_address:country_code' property_path: 'field_manufacturer:entity:field_public_address:country_code'
type: string type: 'solr_text_custom:edgestring'
dependencies: dependencies:
config: config:
- field.storage.node.field_manufacturer - field.storage.node.field_manufacturer
@ -98,7 +98,7 @@ field_settings:
label: Reference label: Reference
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: field_reference property_path: field_reference
type: 'solr_text_custom:ngramstring' type: solr_text_wstoken
boost: !!float 21 boost: !!float 21
dependencies: dependencies:
config: config:
@ -160,8 +160,8 @@ field_settings:
label: 'Tags » Taxonomy term » Name' label: 'Tags » Taxonomy term » Name'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: 'field_tags:entity:name' property_path: 'field_tags:entity:name'
type: text type: solr_text_wstoken
boost: !!float 13 boost: !!float 8
dependencies: dependencies:
config: config:
- field.storage.node.field_tags - field.storage.node.field_tags
@ -171,8 +171,8 @@ field_settings:
label: 'Tags » Taxonomy term » Synonyms' label: 'Tags » Taxonomy term » Synonyms'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: 'field_tags:entity:field_synonyms' property_path: 'field_tags:entity:field_synonyms'
type: text type: solr_text_wstoken
boost: !!float 13 boost: !!float 8
dependencies: dependencies:
config: config:
- field.storage.node.field_tags - field.storage.node.field_tags
@ -183,8 +183,8 @@ field_settings:
label: 'Tags » Taxonomy term » Term ID' label: 'Tags » Taxonomy term » Term ID'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: 'field_tags:entity:tid' property_path: 'field_tags:entity:tid'
type: text type: solr_text_wstoken
boost: !!float 13 boost: !!float 8
dependencies: dependencies:
config: config:
- field.storage.node.field_tags - field.storage.node.field_tags
@ -194,8 +194,8 @@ field_settings:
label: 'Thesaurus » Taxonomy term » Name' label: 'Thesaurus » Taxonomy term » Name'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: 'field_thesaurus:entity:name' property_path: 'field_thesaurus:entity:name'
type: text type: solr_text_wstoken
boost: !!float 13 boost: !!float 8
dependencies: dependencies:
config: config:
- field.storage.node.field_thesaurus - field.storage.node.field_thesaurus
@ -205,8 +205,8 @@ field_settings:
label: 'Thesaurus » Taxonomy term » Synonyms' label: 'Thesaurus » Taxonomy term » Synonyms'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: 'field_thesaurus:entity:field_synonyms' property_path: 'field_thesaurus:entity:field_synonyms'
type: text type: solr_text_wstoken
boost: !!float 13 boost: !!float 8
dependencies: dependencies:
config: config:
- field.storage.node.field_thesaurus - field.storage.node.field_thesaurus
@ -217,8 +217,8 @@ field_settings:
label: 'Thesaurus » Taxonomy term » Term ID' label: 'Thesaurus » Taxonomy term » Term ID'
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: 'field_thesaurus:entity:tid' property_path: 'field_thesaurus:entity:tid'
type: text type: solr_text_wstoken
boost: !!float 21 boost: !!float 8
dependencies: dependencies:
config: config:
- field.storage.node.field_thesaurus - field.storage.node.field_thesaurus
@ -229,7 +229,7 @@ field_settings:
datasource_id: 'entity:node' datasource_id: 'entity:node'
property_path: title property_path: title
type: text type: text
boost: !!float 21 boost: !!float 13
dependencies: dependencies:
module: module:
- node - node