- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCreateSuggestTextIdWithLongText (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
assertNotNull(specialId); assertEquals(Base64.getEncoder().encodeToString(specialText.getBytes(CoreLibConstants.CHARSET_UTF_8)), specialId); } @Test public void testCreateSuggestTextIdWithLongText() { // Test text that exceeds maximum length after encoding StringBuilder sb = new StringBuilder(); for (int i = 0; i < 500; i++) { sb.append("0123456789"); }
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 26.7K bytes - Click Count (0)