Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for ja (0.28 sec)

  1. src/main/resources/fess_label_ja.properties

    Shinsuke Sugaya <******@****.***> 1711108714 +0900
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  2. src/main/resources/fess_message_ja.properties

    Shinsuke Sugaya <******@****.***> 1679108744 +0900
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 15.1K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java

            assertArrays(new String[] { "ja" }, fessConfig.normalizeQueryLanguages(new String[] { "ja-jp" }));
            assertArrays(new String[] { "ja" }, fessConfig.normalizeQueryLanguages(new String[] { "ja_JP" }));
            assertArrays(new String[] { "ja", "zh-cn" }, fessConfig.normalizeQueryLanguages(new String[] { "ja", "zh" }));
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            value = " ja ";
            assertEquals("ja", systemHelper.normalizeLang(value));
    
            value = "ja-JP";
            assertEquals("ja", systemHelper.normalizeLang(value));
    
            value = "ja_JP";
            assertEquals("ja", systemHelper.normalizeLang(value));
    
            value = "ja_JP_AAA";
            assertEquals("ja", systemHelper.normalizeLang(value));
    
            value = "zh";
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess.json

          "char_filter": {
            "mapping_fa_filter": {
              "type": "mapping",
              "mappings_path": "${fess.dictionary.path}fa/mapping.txt"
            },
            "mapping_ja_filter": {
              "type": "mapping",
              "mappings_path": "${fess.dictionary.path}ja/mapping.txt"
            },
            "mapping_filter": {
              "type": "mapping",
              "mappings_path": "${fess.dictionary.path}mapping.txt"
            },
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  6. src/main/resources/esclient.xml

    			<arg>"fess"</arg>
    			<arg>"it/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ja/kuromoji.txt"</arg>
    		</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>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Mar 23 05:42:27 GMT 2023
    - 15.9K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    en-ie=en-ie\n\
    en_IE=en-ie\n\
    es=es\n\
    et=et\n\
    eu=eu\n\
    fa=fa\n\
    fi=fi\n\
    fr=fr\n\
    gl=gl\n\
    gu=gu\n\
    he=he\n\
    hi=hi\n\
    hr=hr\n\
    hu=hu\n\
    hy=hy\n\
    id=id\n\
    it=it\n\
    ja=ja\n\
    ko=ko\n\
    lt=lt\n\
    lv=lv\n\
    mk=mk\n\
    ml=ml\n\
    nl=nl\n\
    no=no\n\
    pa=pa\n\
    pl=pl\n\
    pt=pt\n\
    pt-br=pt-br\n\
    pt_BR=pt-br\n\
    ro=ro\n\
    ru=ru\n\
    si=si\n\
    sq=sq\n\
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  8. src/main/resources/fess_indices/_aws/fess/doc.json

              "match": "*_it",
              "mapping": {
                "type": "text",
                "analyzer": "italian_analyzer"
              }
            }
          },
          {
            "lang_ja": {
              "match": "*_ja",
              "mapping": {
                "type": "text",
                "analyzer": "japanese_analyzer"
              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/_cloud/fess/doc.json

              "match": "*_it",
              "mapping": {
                "type": "text",
                "analyzer": "italian_analyzer"
              }
            }
          },
          {
            "lang_ja": {
              "match": "*_ja",
              "mapping": {
                "type": "text",
                "analyzer": "japanese_analyzer"
              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/doc.json

              "match": "*_it",
              "mapping": {
                "type": "text",
                "analyzer": "italian_analyzer"
              }
            }
          },
          {
            "lang_ja": {
              "match": "*_ja",
              "mapping": {
                "type": "text",
                "analyzer": "japanese_analyzer"
              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
Back to top