Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
search_api_solr
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
search_api_solr
Merge requests
!11
Issue
#3258125
: Common Schema for zh-*
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3258125
: Common Schema for zh-*
issue/search_api_solr-3258125:3258125-common-schema-for
into
4.x
Overview
0
Commits
1
Pipelines
1
Changes
19
Open
Issue #3258125: Common Schema for zh-*
Hoi Sing Edison Wong
requested to merge
issue/search_api_solr-3258125:3258125-common-schema-for
into
4.x
Jan 12, 2022
Overview
0
Commits
1
Pipelines
1
Changes
19
0
0
Merge request reports
Compare
4.x
version 7
e945e990
Aug 4, 2023
version 6
7a3f6f74
May 6, 2022
version 5
b677a15b
Apr 8, 2022
version 4
bb320337
Feb 3, 2022
version 3
85243823
Jan 16, 2022
version 2
eb90425b
Jan 13, 2022
version 1
745abcaf
Jan 12, 2022
4.x (HEAD)
and
latest version
latest version
e8465ecc
1 commit,
Jun 27, 2024
version 7
e945e990
1 commit,
Aug 4, 2023
version 6
7a3f6f74
1 commit,
May 6, 2022
version 5
b677a15b
1 commit,
Apr 8, 2022
version 4
bb320337
1 commit,
Feb 3, 2022
version 3
85243823
1 commit,
Jan 16, 2022
version 2
eb90425b
1 commit,
Jan 13, 2022
version 1
745abcaf
1 commit,
Jan 12, 2022
19 files
+
105
−
105
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
config/optional/search_api_solr.solr_field_type.text_zh
-hant
_7_0_0.yml
→
config/optional/search_api_solr.solr_field_type.text_zh_7_0_0.yml
+
9
−
9
View file @ 56ec3f81
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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