- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for splitLine (3.3 sec)
-
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
this.imageExtention = imageExtention; } /** * Sets the split size for directory organization. * * @param splitSize the split size to set */ public void setSplitSize(final int splitSize) { this.splitSize = splitSize; } /** * Sets the maximum size of the thumbnail task queue. * * @param thumbnailTaskQueueSize the queue size to setRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 27K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserTest.java
createDefaultReadingConverter(), createDefaultReadingConverter(), createDefaultNormalizer(), analyzer); assertNotNull(items); // Should handle large text by splitting into chunks assertTrue(items.size() > 0); } @Test public void test_analyzeText() throws Exception {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 12.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/StringUtil.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 21.5K bytes - Viewed (0)