- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 269 for largest (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/query/QueryCommandTemplateMethodTest.java
assertFalse(queryCommand.isSearchField("anyfield")); } /** * Test isSearchField() performance with large field set. */ @Test public void test_isSearchField_performance() { // Create a large set of search fields int fieldCount = 1000; String[] fields = new String[fieldCount]; for (int i = 0; i < fieldCount; i++) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.5K bytes - Click Count (0) -
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) -
src/test/java/org/codelibs/fess/job/LogNotificationJobTest.java
fessConfig.hasNotification = false; ComponentUtil.setFessConfig(fessConfig); String result = logNotificationJob.execute(); assertEquals("No notification targets configured.", result); } @Test public void test_formatDetails() { TestableLogNotificationJob testableJob = new TestableLogNotificationJob();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 10.5K 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)