- Sort Score
- Num 10 results
- Language All
Results 221 - 230 of 283 for largest (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_message.properties
errors.failed_to_reindex=Failed to start re-indexing from {0} to {1}. errors.failed_to_rebuild_config_index=Failed to rebuild config indices. errors.no_target_index_selected=Please select at least one target index to rebuild. errors.operation_already_running=The operation is already running on {0}. errors.failed_to_read_request_file=Failed to read a request file: {0} errors.invalid_header_for_request_file=Invalid header line: {0}Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
errors.failed_to_reindex=Failed to start re-indexing from {0} to {1}. errors.failed_to_rebuild_config_index=Failed to rebuild config indices. errors.no_target_index_selected=Please select at least one target index to rebuild. errors.operation_already_running=The operation is already running on {0}. errors.failed_to_read_request_file=Failed to read a request file: {0} errors.invalid_header_for_request_file=Invalid header line: {0}Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmClient.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.llm; import java.util.List; import java.util.Map; /** * Interface for LLM (Large Language Model) clients. * Implementations provide integration with different LLM providers * such as Ollama, OpenAI, and Google Gemini. * * In addition to low-level chat operations, this interface defines
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 7.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/score/QueryRescorerTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
</div> <div class="d-flex gap-2"> <button type="button" id="filterToggleBtn" class="btn btn-outline-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#filterPanel" aria-expanded="false" aria-controls="filterPanel"> <i class="fa fa-filter" aria-hidden="true"></i> <la:message key="labels.chat_filter" />
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/FailureUrlTests.java
*/ private static void createJob() { final Map<String, Object> requestBody = new HashMap<>(); requestBody.put("name", NAME_PREFIX + "Scheduler"); requestBody.put("target", "all"); requestBody.put("script_type", "groovy"); requestBody.put("sort_order", 0); requestBody.put("crawler", true); requestBody.put("job_logging", true);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/RequestParameterTest.java
// This shows that the class returns the same array reference assertSame(retrievedValues, param.getValues()); } @Test public void test_largeValueArray() { // Test with large array of values String name = "largeParam"; String[] values = new String[1000]; for (int i = 0; i < values.length; i++) { values[i] = "value" + i; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.9K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
select( "generateDiffs", "", display = ParameterDisplay.PROMPT, description = "Skips differential flame graph generation to avoid OOM in large adhoc tests.", options = listOf( "Generate diffs" to "", "Skip diffs generation" to "--no-generate-diffs", ),
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
} /** * Publishes an event to a specific instance or all instances. * * @param eventName the event name. * @param targetInstanceId the target instance ID, or {@code "*"} for all instances. * @param data optional event data. */ public void publishEvent(final String eventName, final String targetInstanceId, final String data) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/PurgeLogJob.java
* This job removes old crawling sessions, search logs, job logs, and user info logs * based on configured retention periods. It helps maintain system performance by * preventing log tables from growing too large. */ public class PurgeLogJob { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(PurgeLogJob.class); /** * Default constructor for PurgeLogJob.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.6K bytes - Click Count (0)