- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for synchronously (0.06 seconds)
-
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
return OptionalThing.empty(); } /** * Saves the login history for the given user. * This operation is performed asynchronously. * * @param user the user entity * @param userBean the user bean * @param option the login specified option */ @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 12.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
} saveInfo(messages -> messages.addSuccessBulkProcessStarted(GLOBAL)); return redirect(getClass()); // no-op } /** * Import the file asynchronously. * @param fileName The file name. * @param tempFile The temporary file. */ protected void asyncImport(final String fileName, final File tempFile) { final int fileType;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 24 02:07:40 GMT 2025 - 32.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 25 02:13:14 GMT 2025 - 28K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
return name.endsWith(".log") || name.endsWith(".log.gz"); } /** * Rebuilds selected configuration indices with the latest mappings. * Executes asynchronously in a background thread. * * @param form the action form containing the target index checkboxes and loadBulkData flag * @return HTML response redirecting to the maintenance page */ @Execute
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 23K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
} // PUT /api/admin/elevateword/upload /** * Uploads and imports elevate words from a CSV file. * Processes the file asynchronously and updates the suggest helper. * * @param body upload form containing the CSV file * @return JSON response with upload status */ @ExecuteCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 12.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java
List.class); method.setAccessible(true); // Call should not throw - task is scheduled asynchronously // Will fail when executed due to null user, but scheduling should succeed try { method.invoke(authenticator, null, initialGroups, initialRoles, groupIds);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 19.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmClientManager.java
} return getAvailableClient().evaluateResults(userMessage, query, searchResults); } /** * Generates an answer using document content (synchronous). * * @param userMessage the user's message * @param documents the documents with content * @param history the conversation history * @return the chat responseCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 11:10:51 GMT 2026 - 17.4K bytes - Click Count (0)