Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for startCrawling (0.05 seconds)

  1. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_start.jsp

                                </div>
                                <div class="card-footer">
                                    <button type="submit" class="btn btn-success"
                                            name="startCrawling"
                                            value="<la:message key="labels.wizard_button_start_crawling"/>">
                                        <i class="fa fa-play-circle" aria-hidden="true"></i>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 4.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java

         *
         * @param form the start crawling form
         * @return HTML response redirecting to the wizard index
         */
        @Execute
        @Secured({ ROLE })
        public HtmlResponse startCrawling(final StartCrawlingForm form) {
            verifyToken(this::asIndexHtml);
            if (!processHelper.isProcessRunning()) {
                final List<ScheduledJob> scheduledJobList = scheduledJobService.getCrawlerJobList();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 02:14:37 GMT 2026
    - 16.4K bytes
    - Click Count (0)
Back to Top