Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.0.1, 7.1.1
-
None
Description
as issue XWIKI-11897, please add also Slovak languge support.
I posted comment how to do it to XWIKI-11897
schema.xml:
<dynamicField name="*_sk" type="text_sk" indexed="true" stored="true" multiValued="true" />
and on the other place
<!-- Slovak --> <fieldType name="text_sk" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.StandardTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.StopFilterFactory" ignoreCase="true" words="lang/stopwords_sk.txt" /> <filter class="solr.CzechStemFilterFactory"/> <!-- Remove accents --> <filter class="solr.ASCIIFoldingFilterFactory"/> </analyzer> </fieldType>
stopwords_sk.txt can be downloaded from https://github.com/SlovakNationalGallery/elasticsearch-slovencina/blob/master/stop-words/stop-words-slovak.txt
thanks
Attachments
Issue Links
- relates to
-
XWIKI-14950 Full text search does not search for some translations. (ex. en_US, ko, ja)
- Closed