- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toJsonString (0.05 sec)
-
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)