Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for processRequest (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

                    if (!value.startsWith("/")) {
                        path = "/" + value;
                    } else {
                        path = value;
                    }
                    processRequest(request, response, path);
                }).orElse(() -> {
                    throw new WebApiException(HttpServletResponse.SC_FORBIDDEN, "Invalid session.");
                });
            } catch (final WebApiException e) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:40 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/helper/DocumentHelper.java

         * @throws ChildUrlsException if the URL redirects to another location
         * @throws CrawlerSystemException if data deserialization fails
         */
        public Map<String, Object> processRequest(final CrawlingConfig crawlingConfig, final String crawlingInfoId, final String url) {
            if (StringUtil.isBlank(crawlingInfoId)) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Mar 30 14:27:04 GMT 2026
    - 17.4K bytes
    - Click Count (0)
Back to Top