- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 129 for sizi (0.01 sec)
-
src/main/java/org/codelibs/core/collection/ArrayMap.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 20.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReader.java
queue.clear(); } /** * Sets the scroll size. * @param scrollSize The scroll size. */ public void setScrollSize(final int scrollSize) { this.scrollSize = scrollSize; } /** * Sets the limit of document size. * @param limitOfDocumentSize The limit of document size. */ public void setLimitOfDocumentSize(final long limitOfDocumentSize) {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/StorageItem.java
private final boolean directory; private final long size; private final ZonedDateTime lastModified; private final String encodedId; /** * Creates a new StorageItem instance. * * @param name the name of the item * @param path the path of the item * @param directory true if this item is a directory * @param size the size of the item in bytesRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
parent = list; this.allRecordCount = allRecordCount; pageSize = size; currentPageNumber = offset / size + 1; allPageCount = allRecordCount == 0 ? 0 : (allRecordCount - 1) / size + 1; } @Override public int size() { return parent.size(); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
*/ @Size(max = 10) public String userFavorite; /** * Enable or disable JSON Web API. * When enabled, search results can be retrieved via JSON API. */ @Size(max = 10) public String webApiJson; /** * Application-specific value for custom configurations. * This field can be used to store custom application settings. */ @Size(max = 10000)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
indexer.webfs.update.interval=10000 # Maximum document cache size for webfs in the indexer. indexer.webfs.max.document.cache.size=10 # Maximum document request size (bytes) for webfs in the indexer. indexer.webfs.max.document.request.size=1048576 # Maximum document cache size for data in the indexer. indexer.data.max.document.cache.size=10000 # Maximum document request size (bytes) for data in the indexer.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/request/suggest/SuggestResponseTest.java
assertEquals(100, response.getTookMs()); assertEquals(2, response.getNum()); assertEquals(10, response.getTotal()); assertEquals(2, response.getWords().size()); assertEquals(1, response.getItems().size()); } @Test public void test_getIndex() throws Exception { List<String> words = new ArrayList<>();
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 6.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
} /** * Sets the maximum uncompression size. * @param maxUncompressionSize The max uncompression size. */ public void setMaxUncompressionSize(final long maxUncompressionSize) { this.maxUncompressionSize = maxUncompressionSize; } /** * Sets the initial buffer size. * @param initialBufferSize The initial buffer size. */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 30.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
assertNotNull(queryList); assertEquals(0, queryList.size()); } // Additional tests for createSuggestTextId boundary cases @Test public void testCreateSuggestTextIdBoundaryExactly445() { // Create text that encodes to exactly 445 characters // Base64 encoding increases size by ~4/3, so original size should be ~333 bytes StringBuilder sb = new StringBuilder();
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 26.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/FileUtil.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 13.1K bytes - Viewed (0)