- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for storeInfo (3.44 sec)
-
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
crawlingInfoParam.setValue(entry.getValue()); crawlingInfoParamList.add(crawlingInfoParam); } getCrawlingInfoService().storeInfo(crawlingInfoParamList); } infoMap = null; } /** * Adds a key-value pair to the information map.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 15.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
* * @param crawlingInfoParamList the list of crawling information parameters to store * @throws FessSystemException if the parameter list is null */ public void storeInfo(final List<CrawlingInfoParam> crawlingInfoParamList) { if (crawlingInfoParamList == null) { throw new FessSystemException("Crawling Session Info is null."); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0)