Skip to content

Commit

Permalink
Index / Multilingual / Per field analyzer config improvements - add S…
Browse files Browse the repository at this point in the history
…panish analyzer
  • Loading branch information
josegar74 authored and fxprunayre committed Aug 20, 2021
1 parent cd4b1ac commit 7b9e8c6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions web/src/main/webResources/WEB-INF/data/config/index/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,19 @@
}
}
},
"langspa": {
"type": "text",
"analyzer": "spanish",
"copy_to": [
"any.langspa"
],
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"langroh": {
"type": "text",
"analyzer": "${es.index.analyzer.default}",
Expand Down Expand Up @@ -1238,6 +1251,12 @@
"any.langita"
]
},
"langspa": {
"type": "keyword",
"copy_to": [
"any.langspa"
]
},
"text": {
"type": "keyword"
},
Expand Down Expand Up @@ -1407,6 +1426,10 @@
"type": "text",
"analyzer": "italian"
},
"langspa": {
"type": "text",
"analyzer": "spanish"
},
"langroh": {
"type": "text",
"analyzer": "${es.index.analyzer.default}"
Expand Down Expand Up @@ -1450,6 +1473,12 @@
"any.langita"
]
},
"langspa": {
"type": "keyword",
"copy_to": [
"any.langspa"
]
},
"link": {
"type": "keyword"
}
Expand Down

0 comments on commit 7b9e8c6

Please sign in to comment.