- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for doCrawl (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
// nothing if (logger.isInfoEnabled()) { logger.info("No crawling target data."); } return; } doCrawl(sessionId, configList); } /** * Initiates crawling for specific data configurations. * This method starts crawling only for the data configurations * specified in the configIdList parameter.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
} finally { System.setErr(originalErr); } } // Test doCrawl method @Test public void test_doCrawl_withAllNull() { Crawler.Options options = new Crawler.Options(); options.sessionId = "test-session"; int result = crawler.doCrawl(options); assertEquals(Constants.EXIT_OK, result); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 30.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
// nothing if (logger.isInfoEnabled()) { logger.info("No crawling target urls."); } return; } doCrawl(sessionId, webConfigList, fileConfigList); } /** * Performs the actual crawling operation for the provided configurations. * * @param sessionId The session ID for this crawling operationCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0)