Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setClientFactory (0.07 seconds)

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

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java

            this.noWaitOnFolder = noWaitOnFolder;
        }
    
        /**
         * Sets the client factory.
         * @param clientFactory The client factory.
         */
        public void setClientFactory(final CrawlerClientFactory clientFactory) {
            this.clientFactory = clientFactory;
        }
    
        /**
         * Sets the crawler context.
         * @param crawlerContext The CrawlerContext instance.
         */
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Aug 07 02:55:08 GMT 2025
    - 20.4K bytes
    - Click Count (0)
Back to Top