diff --git a/web/src/main/webResources/WEB-INF/data/config/index/records.json b/web/src/main/webResources/WEB-INF/data/config/index/records.json index fbee86bc8e6..f2664ac8f4e 100644 --- a/web/src/main/webResources/WEB-INF/data/config/index/records.json +++ b/web/src/main/webResources/WEB-INF/data/config/index/records.json @@ -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}", @@ -1238,6 +1251,12 @@ "any.langita" ] }, + "langspa": { + "type": "keyword", + "copy_to": [ + "any.langspa" + ] + }, "text": { "type": "keyword" }, @@ -1407,6 +1426,10 @@ "type": "text", "analyzer": "italian" }, + "langspa": { + "type": "text", + "analyzer": "spanish" + }, "langroh": { "type": "text", "analyzer": "${es.index.analyzer.default}" @@ -1450,6 +1473,12 @@ "any.langita" ] }, + "langspa": { + "type": "keyword", + "copy_to": [ + "any.langspa" + ] + }, "link": { "type": "keyword" }