Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ko (0.01 sec)

  1. src/main/resources/fess_label_fr.properties

    labels.facet_contentLength_10k=  - 10 Ko
    labels.facet_contentLength_10kto100k=10 Ko - 100 Ko
    labels.facet_contentLength_100kto500k=100 Ko - 500 Ko
    labels.facet_contentLength_500kto1m=500 Ko - 1 Mo
    labels.facet_contentLength_1m=1 Mo -  
    labels.facet_contentLength_10kto50k=10 Ko - 50 Ko
    labels.facet_contentLength_50kto100k=50 Ko - 100 Ko
    labels.facet_contentLength_100kto250k=100 Ko - 250 Ko
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/LanguageHelperTest.java

            assertEquals("en", languageHelper.getSupportedLanguage("en"));
            assertEquals("zh", languageHelper.getSupportedLanguage("zh"));
            assertEquals("ko", languageHelper.getSupportedLanguage("ko"));
        }
    
        public void test_getSupportedLanguage_unsupported() {
            assertNull(languageHelper.getSupportedLanguage("fr"));
            assertNull(languageHelper.getSupportedLanguage("de"));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  3. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ja/mapping.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ko/nori.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"lt/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess.json

              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}ja/stopwords.txt"
            },
            "korean_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}ko/stopwords.txt"
            },
            "latvian_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}lv/stopwords.txt"
            },
            "latvian_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)
Back to top