- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for crawlingInfoId (0.07 sec)
-
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
* @throws CrawlerSystemException if data deserialization fails */ public Map<String, Object> processRequest(final CrawlingConfig crawlingConfig, final String crawlingInfoId, final String url) { if (StringUtil.isBlank(crawlingInfoId)) { throw new CrawlingAccessException("sessionId is null."); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/CrawlingInfoParamDbm.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Session identifier key. */ public static final String SESSION_ID = "sessionId"; /** Crawling information identifier key. */ public static final String CRAWLING_INFO_ID = "crawlingInfoId"; /** Indexing target identifier key. */ public static final String INDEXING_TARGET = "indexingTarget"; /** Number of threads configuration key. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0)