- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 53 for sizi (0.06 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/maintenance/ActionForm.java
*/ @Size(max = 10) public String resetDictionaries; /** * The number of shards for doc. */ @Size(max = 10) public String numberOfShardsForDoc = ComponentUtil.getFessConfig().getIndexNumberOfShards(); /** * The auto expand replicas for doc. */ @Size(max = 10) public String autoExpandReplicasForDoc = ComponentUtil.getFessConfig().getIndexAutoExpandReplicas();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/LogNotificationAppenderTest.java
} @Test public void test_append_nonExcludedLogger() { final LogEvent event = createLogEvent(Level.ERROR, "org.codelibs.fess.helper.SystemHelper", "not excluded"); appender.append(event); final List<LogNotificationEvent> events = ComponentUtil.getLogNotificationHelper().drainAll(); assertEquals(1, events.size());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 10.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
} List<LogNotificationEvent> events = helper.drainAll(); // Should be capped at buffer size (1000) assertTrue(events.size() <= 1000); assertTrue(events.size() > 0); } @Test public void test_offer_bufferCapacity_dropsOldest() { LogNotificationHelper helper = new LogNotificationHelper();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 1000) public String entraidTenant; /** Entra ID authority URL. */ @Size(max = 1000) public String entraidAuthority; /** Entra ID OAuth2 reply URL. */ @Size(max = 1000) public String entraidReplyUrl; /** Entra ID state parameter TTL in seconds. */ @Size(max = 100) public String entraidStateTtl; /** Entra ID default groups. */ @Size(max = 1000)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/resources/fess_message_tr.properties
constraints.NotNull.message = {item} gereklidir. constraints.Null.message = {item} boş olmalıdır. constraints.Past.message = {item} geçmiş bir değer olmalıdır. constraints.Pattern.message = {item}, "{regexp}" ile eşleşmiyor. constraints.Size.message = {item} boyutu {min} ile {max} arasında olmalıdır. # ---------------------------------------------------------- # Hibernate Validator # -------------------Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/LogNotificationTargetTest.java
// Buffer should be empty after expired() drained it List<LogNotificationEvent> remaining = ComponentUtil.getLogNotificationHelper().drainAll(); assertEquals(0, remaining.size()); } @Test public void test_flush_withEvents_drainsBuffer() { ComponentUtil.getLogNotificationHelper()Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.7K bytes - Click Count (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.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 1000 */ String PAGE_USER_MAX_FETCH_SIZE = "page.user.max.fetch.size"; /** The key of the configuration. e.g. 1000 */ String PAGE_ROLE_MAX_FETCH_SIZE = "page.role.max.fetch.size"; /** The key of the configuration. e.g. 1000 */ String PAGE_GROUP_MAX_FETCH_SIZE = "page.group.max.fetch.size";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) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
assertEquals(4, testClient.createdIndices.size()); // Should have called addMapping for each created index assertEquals(4, testClient.addMappingCalls.size()); // Should have called createAlias for each created index assertEquals(4, testClient.createAliasCalls.size()); // No reindex calls since indices are new assertEquals(0, testClient.reindexPairs.size()); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
assertEquals(0, afterList.size()); // check if logs are successfully deleted } /** * Test for CrawlingInfo * */ private void testReadCrawlingInfo() { final List<Map<String, Object>> logList = readCrawlingInfo(webConfigId); logger.info("logList: {}", logList); assertEquals(1, logList.size()); // Test GET /api/admin/crawlinginfo/logs
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0)