- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for CrawlingInfo (0.06 seconds)
-
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
final CrawlingInfo existingInfo = new CrawlingInfo(); existingInfo.setId("info-789"); ComponentUtil.register(new CrawlingInfoService() { @Override public CrawlingInfo getLast(String sessionId) { return existingInfo; } @Override public void store(CrawlingInfo entity) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 28.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/FailureUrlTests.java
// Clean up crawling info final List<Map<String, Object>> crawlingInfoList = readCrawlingInfo(webConfigId); for (Map<String, Object> elem : crawlingInfoList) { deleteMethod("/api/admin/crawlinginfo/log/" + elem.get("id")); } // Clean up schedulers for (String sId : getSchedulerIds(NAME_PREFIX)) { deleteMethod("/api/admin/scheduler/setting/" + sId); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.1K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Online help key for duplicate host. online.help.name.duplicatehost=duplicatehost # Online help key for scheduler. online.help.name.scheduler=scheduler # Online help key for crawling info. online.help.name.crawlinginfo=crawlinginfo # Online help key for backup. online.help.name.backup=backup # Online help key for upgrade. online.help.name.upgrade=upgrade # Online help key for search request. online.help.name.sereq=sereq
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. scheduler */ String ONLINE_HELP_NAME_SCHEDULER = "online.help.name.scheduler"; /** The key of the configuration. e.g. crawlinginfo */ String ONLINE_HELP_NAME_CRAWLINGINFO = "online.help.name.crawlinginfo"; /** The key of the configuration. e.g. backup */ String ONLINE_HELP_NAME_BACKUP = "online.help.name.backup";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)