Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for title_ja (0.03 sec)

  1. src/test/java/org/codelibs/fess/helper/LanguageHelperTest.java

            doc.put("lang", "ja");
            doc.put("title", "タイトル");
            doc.put("title_ja", "既存のタイトル"); // Should not be overwritten
            doc.put("content", "コンテンツ");
    
            languageHelper.updateDocument(doc);
    
            assertEquals("ja", doc.get("lang"));
            assertEquals("既存のタイトル", doc.get("title_ja")); // Should remain unchanged
            assertEquals("コンテンツ", doc.get("content_ja"));
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess.json

            "title_gl",
            "title_gu",
            "title_he",
            "title_hi",
            "title_hr",
            "title_hu",
            "title_hy",
            "title_id",
            "title_it",
            "title_ja",
            "title_ko",
            "title_lt",
            "title_lv",
            "title_mk",
            "title_ml",
            "title_nl",
            "title_no",
            "title_pa",
            "title_pl",
    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