Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for ZH (0.21 sec)

  1. src/main/resources/fess_indices/fess.json

            "content_te",
            "content_th",
            "content_tl",
            "content_tr",
            "content_uk",
            "content_ur",
            "content_vi",
            "content_zh-cn",
            "content_zh-tw",
            "important_content_ar",
            "important_content_bg",
            "important_content_bn",
            "important_content_ca",
            "important_content_ckb-iq",
    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)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * te=te<br>
         * th=th<br>
         * tl=tl<br>
         * tr=tr<br>
         * uk=uk<br>
         * ur=ur<br>
         * vi=vi<br>
         * zh-cn=zh-cn<br>
         * zh_CN=zh-cn<br>
         * zh-tw=zh-tw<br>
         * zh_TW=zh-tw<br>
         * zh=zh<br>
         *  */
        String QUERY_LANGUAGE_MAPPING = "query.language.mapping";
    
        /** The key of the configuration. e.g. 0.5 */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  3. src/main/resources/fess_indices/_aws/fess.json

            "content_te",
            "content_th",
            "content_tl",
            "content_tr",
            "content_uk",
            "content_ur",
            "content_vi",
            "content_zh-cn",
            "content_zh-tw",
            "important_content_ar",
            "important_content_bg",
            "important_content_bn",
            "important_content_ca",
            "important_content_ckb-iq",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  4. 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" }));
    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)
  5. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "reading_analyzer_zh-cn" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "reading_term_analyzer_zh-cn" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "normalize_analyzer_zh-cn" : {
            "type" : "custom",
            "tokenizer" : "keyword",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu May 23 05:09:51 GMT 2019
    - 57.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_config.properties

    pt_BR=pt-br\n\
    ro=ro\n\
    ru=ru\n\
    si=si\n\
    sq=sq\n\
    sv=sv\n\
    ta=ta\n\
    te=te\n\
    th=th\n\
    tl=tl\n\
    tr=tr\n\
    uk=uk\n\
    ur=ur\n\
    vi=vi\n\
    zh-cn=zh-cn\n\
    zh_CN=zh-cn\n\
    zh-tw=zh-tw\n\
    zh_TW=zh-tw\n\
    zh=zh\n\
    
    # boost
    query.boost.title=0.5
    query.boost.title.lang=1.0
    query.boost.content=0.05
    query.boost.content.lang=0.1
    query.boost.important_content=-1.0
    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)
  7. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            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));
    
    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)
  8. src/main/resources/fess_indices/_aws/fess/doc.json

              }
            }
          },
          {
            "lang_zh-cn": {
              "match": "*_zh-cn",
              "mapping": {
                "type": "text",
                "analyzer": "simplified_chinese_analyzer"
              }
            }
          },
          {
            "lang_zh-tw": {
              "match": "*_zh-tw",
              "mapping": {
                "type": "text",
    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

              }
            }
          },
          {
            "lang_zh-cn": {
              "match": "*_zh-cn",
              "mapping": {
                "type": "text",
                "analyzer": "simplified_chinese_analyzer"
              }
            }
          },
          {
            "lang_zh-tw": {
              "match": "*_zh-tw",
              "mapping": {
                "type": "text",
    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

              }
            }
          },
          {
            "lang_zh-cn": {
              "match": "*_zh-cn",
              "mapping": {
                "type": "text",
                "analyzer": "simplified_chinese_analyzer"
              }
            }
          },
          {
            "lang_zh-tw": {
              "match": "*_zh-tw",
              "mapping": {
                "type": "text",
    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