- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 373 for mesiace (0.03 seconds)
-
src/main/java/org/codelibs/fess/job/PurgeThumbnailJob.java
* Executes the thumbnail purging job. * Removes thumbnail files that have exceeded the configured expiration time. * * @return a string containing the execution result with the number of deleted files or error message */ public String execute() { try { final long count = ComponentUtil.getThumbnailManager().purge(getExpiry()); return "Deleted " + count + " thumbnail files.";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/ChatIntent.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.llm; /** * Represents the intent type detected from a user's chat message. */ public enum ChatIntent { /** User wants to search for documents in Fess */ SEARCH("search"), /** User wants a summary of a specific document */ SUMMARY("summary"),
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 01 08:11:18 GMT 2026 - 1.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl_details.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 11K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog_details.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 10.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 11.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 10.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PurgeLogJobTest.java
assertTrue(deleteSearchLogCalled[0]); assertTrue(deleteJobLogCalled[0]); assertTrue(deleteUserInfoCalled[0]); assertTrue(updateJobLogStatusCalled[0]); // Assert error message in result assertTrue(result.contains("Crawling info deletion failed")); } // Test with zero days (should still execute) @Test public void test_execute_zeroDays() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 32.7K bytes - Click Count (0) -
.github/workflows/update-perf-test-buckets.yml
- name: Create Pull Request uses: peter-evans/create-pull-request@v8 with: commit-message: Update performance test durations branch: bot-update-performance-test-durations branch-suffix: timestamp delete-branch: true title: 'Update performance test durations'Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 24 22:05:21 GMT 2026 - 1.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
* * @return the maximum characters */ protected int getIntentHistoryMaxChars() { return 3000; } /** * Gets the maximum characters for assistant message content in history. * The default returns 800. Override in subclasses for provider-specific tuning. * * @return the maximum characters */ @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
.github/workflows/update-test-buckets.yml
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 24 22:05:21 GMT 2026 - 2.4K bytes - Click Count (0)