replaced ngramstring by edgestring for search field autocomplete solr index

This commit is contained in:
Bachir Soussi Chiadmi 2021-07-29 09:54:34 +02:00
parent f9a353a32b
commit 780a545cae
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ field_settings:
label: Synonyms label: Synonyms
datasource_id: 'entity:taxonomy_term' datasource_id: 'entity:taxonomy_term'
property_path: field_synonyms property_path: field_synonyms
type: 'solr_text_custom:ngramstring' type: 'solr_text_custom:edgestring'
dependencies: dependencies:
config: config:
- field.storage.taxonomy_term.field_synonyms - field.storage.taxonomy_term.field_synonyms
@ -69,7 +69,7 @@ field_settings:
label: Name label: Name
datasource_id: 'entity:taxonomy_term' datasource_id: 'entity:taxonomy_term'
property_path: name property_path: name
type: 'solr_text_custom:ngram' type: 'solr_text_custom:edgestring'
boost: !!float 2 boost: !!float 2
dependencies: dependencies:
module: module: