Skip to content

Commit 23a6e4f

Browse files
committed
XWIKI-23999: British (en_GB) content is not supported by Solr search (#5204)
(cherry picked from commit 66b5b90)
1 parent d103c5a commit 23a6e4f

File tree

1 file changed

+2
-0
lines changed
  • xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf

1 file changed

+2
-0
lines changed

xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,8 @@
505505
finally applies Porter's stemming. The query time analyzer also applies synonyms from synonyms.txt. -->
506506
<!-- XWiki: XWiki historically uses a diffferent suffix than the standard one -->
507507
<dynamicField name="*_en" type="text_en" indexed="true" stored="true" multiValued="true"/>
508+
<dynamicField name="*_en_GB" type="text_en" indexed="true" stored="true" multiValued="true"/>
509+
<dynamicField name="*_en_US" type="text_en" indexed="true" stored="true" multiValued="true"/>
508510
<fieldType name="text_en" class="solr.TextField" positionIncrementGap="100">
509511
<analyzer type="index">
510512
<tokenizer name="standard"/>

0 commit comments

Comments
 (0)