- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for zh (0.01 sec)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java
assertArrays(new String[] { "ja", "zh-cn" }, fessConfig.normalizeQueryLanguages(new String[] { "ja", "zh" })); assertArrays(new String[] { "ja", "zh-cn" }, fessConfig.normalizeQueryLanguages(new String[] { "ja", "zh_CN" })); assertArrays(new String[] { "ja", "zh-cn" }, fessConfig.normalizeQueryLanguages(new String[] { "ja", "zh-cn" }));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/LanguageHelperTest.java
assertEquals("ja", languageHelper.getSupportedLanguage("ja")); assertEquals("en", languageHelper.getSupportedLanguage("en")); assertEquals("zh", languageHelper.getSupportedLanguage("zh")); assertEquals("ko", languageHelper.getSupportedLanguage("ko")); } public void test_getSupportedLanguage_unsupported() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 12.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
assertEquals("ja", systemHelper.normalizeLang(value)); value = "zh"; assertEquals("zh", systemHelper.normalizeLang(value)); value = "zh-cn"; assertEquals("zh_CN", systemHelper.normalizeLang(value)); value = "zh_CN"; assertEquals("zh_CN", systemHelper.normalizeLang(value)); value = "zh-tw"; assertEquals("zh_TW", systemHelper.normalizeLang(value));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.9K bytes - Viewed (0) -
src/main/resources/esclient.xml
<arg>"fess"</arg> <arg>"vi/stopwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"zh-cn/stopwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"zh-tw/stopwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"ar/stemmer_override.txt"</arg>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 16K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
"rules_path": "${fess.dictionary.path}ru/stemmer_override.txt" }, "simplified_chinese_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}zh-cn/stopwords.txt" }, "sorani_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}ckb-iq/stopwords.txt" }, "sorani_keywords": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0)