Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for crawling_info_ (0.07 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

    import org.codelibs.fess.app.web.admin.badword.AdminBadwordAction;
    import org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction;
    import org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction;
    import org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction;
    import org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

                    responseData.setSessionId((String) dataMap.get(Constants.SESSION_ID));
                } else {
                    responseData.setSessionId((String) paramMap.get(Constants.CRAWLING_INFO_ID));
                }
    
                final RuleManager ruleManager = SingletonLaContainer.getComponent(RuleManager.class);
                final Rule rule = ruleManager.getRule(responseData);
                if (rule == null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 28.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)
  4. 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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  5. 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";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top