Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _turkish_ (0.07 sec)

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

              "type":       "lowercase",
              "language":   "turkish"
            },
            "turkish_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}tr/protwords.txt"
            },
            "turkish_stemmer": {
              "type":       "stemmer",
              "language":   "turkish"
            },
            "turkish_override": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/SambaHelperTest.java

                @Override
                public String getCanonicalLdapName(String name) {
                    return name;
                }
            });
            sambaHelper.init();
    
            // Test with Turkish locale characters that have special lowercase rules
            assertEquals("1üser", sambaHelper.getAccountId(createMockSID(1, "Üser")));
        }
    
        public void test_getAccountId_exception_handling() throws SmbException {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 14.7K bytes
    - Viewed (0)
Back to top