- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 74 for TO (0.01 seconds)
-
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
* * @param crawlingConfig the crawling configuration to use * @param crawlingInfoId the crawling session ID * @param url the URL to process * @return a map containing the processed document data * @throws CrawlingAccessException if crawling fails or configuration is invalid * @throws ChildUrlsException if the URL redirects to another locationCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:27:04 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerAction.java
* you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 10.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
logger.warn("Could not copy from {} to {}", baseJspFile.getAbsolutePath(), jspFile.getAbsolutePath(), ex); } } }); })); return fileList; } /** * Gets a design JSP file for a given path. * * @param path The path to the JSP file. * @return The JSP file. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 23K bytes - Click Count (0) -
AI_POLICY.md
A pull request is not a finished product—it is the start of a conversation, and an implied contract: we promise to provide thoughtful feedback, and we expect the contributor to engage with us in return. ## What we expect from contributors
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java
logger.warn("Failed to send error response. error={}", ioe.getMessage()); } } } } /** * Sends a Server-Sent Event (SSE) to the client. * * @param writer the print writer to write the event to * @param event the event name * @param data the event data to serialize as JSON */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 06:06:55 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java
}); return redirect(getClass()); } /** * Deletes a web crawler configuration. * * @param form the edit form containing the ID of the web config to delete * @return HTML response redirecting to the list page after deletion */ @Execute @Secured({ ROLE }) public HtmlResponse delete(final EditForm form) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 22.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/SuggestCreator.java
import jakarta.annotation.Resource; /** * This class is a command-line application for creating and managing the suggest index. * It provides functionality to index words from documents and search logs, as well as * to purge old suggest data. */ public class SuggestCreator { /** * Constructs a new suggest creator. */ public SuggestCreator() { // do nothing }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 12.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
} catch (final Exception e) { logger.debug("Failed to cleanup expired documents in poll.", e); } } /** * Dispatches an event to all registered handlers for the event name. * * @param event the event to dispatch. */ protected void dispatchEvent(final EventInfo event) {
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/app/web/admin/maintenance/ActionForm.java
/** * The flag to load bulk data during config index rebuild. */ @Size(max = 10) public String loadBulkData; /** * The flag to rebuild fess_config indices. */ @Size(max = 10) public String rebuildConfigIndex = Constants.ON; /** * The flag to rebuild fess_user indices. */ @Size(max = 10)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 2K bytes - Click Count (0)