- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCreateSuggestTextIdBoundaryJustUnder445 (0.14 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(id); // Should be exactly 445 or less assertTrue(id.length() <= 445); } @Test public void testCreateSuggestTextIdBoundaryJustUnder445() { // Create text that encodes to just under 445 characters StringBuilder sb = new StringBuilder(); for (int i = 0; i < 300; i++) { sb.append("b"); }
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 26.7K bytes - Click Count (0)