Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toJsonString (0.05 sec)

  1. src/test/java/org/codelibs/fess/suggest/entity/SuggestItemTest.java

        public void testToJsonString() {
            // Test toJsonString method
            String[] text = { "json", "test" };
            String[][] readings = { { "json" }, { "test" } };
            String[] tags = { "tag1" };
    
            SuggestItem item = new SuggestItem(text, readings, null, 0L, 10L, 1.0f, tags, null, null, SuggestItem.Kind.QUERY);
    
            String json = item.toJsonString();
    
            assertNotNull(json);
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Mon Sep 01 13:33:03 UTC 2025
    - 16.7K bytes
    - Viewed (0)
Back to top