Skip to content
Snippets Groups Projects

Issue #3258125: Common Schema for zh-*

Files

@@ -6,13 +6,13 @@ dependencies:
- language
config:
- language.entity.zh-hant
id: text_zh-hant_7_0_0
label: 'Traditional Chinese Text Field'
id: text_zh_7_0_0
label: 'Chinese Text Field'
minimum_solr_version: 7.0.0
field_type_language_code: zh-hant
field_type_language_code: zh
domains: { }
field_type:
name: text_zh_hant
name: text_zh
class: solr.TextField
positionIncrementGap: 100
storeOffsetsWithPositions: true
@@ -50,7 +50,7 @@ field_type:
-
class: solr.LowerCaseFilterFactory
spellcheck_field_type:
name: text_spell_zh_hant
name: text_spell_zh
class: solr.TextField
positionIncrementGap: 100
storeOffsetsWithPositions: true
@@ -70,9 +70,9 @@ spellcheck_field_type:
-
class: solr.LowerCaseFilterFactory
collated_field_type:
name: collated_zh_hant
name: collated_zh
class: solr.ICUCollationField
locale: zh-hant
locale: zh
strength: primary
caseLevel: false
solr_configs:
@@ -86,10 +86,10 @@ solr_configs:
str:
-
name: name
VALUE: zh_hant
VALUE: zh
-
name: field
VALUE: spellcheck_zh_hant
VALUE: spellcheck_zh
-
name: classname
VALUE: solr.DirectSolrSpellChecker
Loading