Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for crawlingInfoId (0.07 sec)

  1. 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)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/CrawlingInfoParamDbm.java

        //                                                                         ===========
        protected final ColumnInfo _columnCrawlingInfoId = cci("crawlingInfoId", "crawlingInfoId", null, null, String.class, "crawlingInfoId",
                null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  3. 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)
Back to top