- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for 10485760 (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java
protected void tearDown(TestInfo testInfo) throws Exception { super.tearDown(testInfo); } @Test public void test_init() { // Test initialization assertEquals(1048576L, indexUpdateCallback.maxDocumentRequestSize); assertEquals(10000, indexUpdateCallback.maxDocumentCacheSize); } @Test public void test_store_withValidData() { // Prepare test data
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/storage/StorageItemTest.java
final StorageItem item = new StorageItem("report.pdf", "/reports/2025/", false, 2048576L, now, "cmVwb3J0LnBkZg=="); assertEquals("report.pdf", item.getName()); assertEquals("/reports/2025/", item.getPath()); assertFalse(item.isDirectory()); assertEquals(2048576L, item.getSize()); assertEquals(now, item.getLastModified()); } public void test_nullValues() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 4.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 1048576 */ String INDEXER_WEBFS_MAX_DOCUMENT_REQUEST_SIZE = "indexer.webfs.max.document.request.size"; /** The key of the configuration. e.g. 10000 */ String INDEXER_DATA_MAX_DOCUMENT_CACHE_SIZE = "indexer.data.max.document.cache.size"; /** The key of the configuration. e.g. 1048576 */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)