Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for crawlingConfigName (0.29 sec)

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

                                        <label for="crawlingConfigName" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.wizard_crawling_config_name"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="crawlingConfigName"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java

    import org.lastaflute.web.validation.Required;
    import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure;
    
    public class CrawlingConfigForm {
    
        @Required
        @Size(max = 200)
        public String crawlingConfigName;
    
        @Required
        @Size(max = 1000)
        public String crawlingConfigPath;
    
        @Min(value = 0)
        @Max(value = 2147483647)
        @ValidateTypeFailure
        public Integer depth;
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java

            return redirectWith(getClass(), moreUrl("startCrawlingForm"));
        }
    
        protected String crawlingConfigInternal(final CrawlingConfigForm form) {
    
            String configName = form.crawlingConfigName;
            String configPath = form.crawlingConfigPath.trim();
            if (StringUtil.isBlank(configName)) {
                configName = StringUtils.abbreviate(configPath, 30);
            }
    
            // normalize
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_label.properties

    labels.value=Value
    labels.versionNo=Version No.
    labels.cronExpression=Schedule
    labels.dayForCleanup=Remove Documents Before Days
    labels.crawlingThreadCount=Simultaneous Crawler Config
    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Crawling Path
    labels.processType=Process Type
    labels.parameters=Parameters
    labels.designFile=Upload File
    labels.bulkFile=Bulk File
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_en.properties

    labels.value=Value
    labels.versionNo=Version No.
    labels.cronExpression=Schedule
    labels.dayForCleanup=Remove Documents Before Days
    labels.crawlingThreadCount=Simultaneous Crawler Config
    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Crawling Path
    labels.processType=Process Type
    labels.parameters=Parameters
    labels.designFile=Upload File
    labels.bulkFile=Bulk File
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_ru.properties

    labels.value=Значение
    labels.versionNo=Версия No.
    labels.cronExpression=Расписание
    labels.dayForCleanup=Удалить документы до дня
    labels.crawlingThreadCount=Конфигурация одновременного сканирования
    labels.boost=Повышение
    labels.crawlingConfigName=Имя
    labels.crawlingConfigPath=Путь сканирования
    labels.processType=Тип процесса
    labels.parameters=Параметры
    labels.designFile=Загрузить файл
    labels.bulkFile=Большой файл
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ko.properties

    labels.username = 사용자 이름
    labels.value = 값
    labels.versionNo = 버전 번호
    labels.cronExpression = 스케줄
    labels.dayForCleanup = 지정일 이전 문서 삭제
    labels.crawlingThreadCount = 동시 크롤링 수
    labels.boost = 부스트 값
    labels.crawlingConfigName = 이름
    labels.crawlingConfigPath = 크롤링 경로
    labels.processType = 프로세스 타입
    labels.parameters = 매개 변수
    labels.designFile = 업로드 파일
    labels.bulkFile = Bulk 파일
    labels.appendQueryParameter = 검색 매개 변수 추가
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ja.properties

    labels.userAgent=ユーザーエージェント
    labels.username=ユーザー名
    labels.value=値
    labels.versionNo=バージョン番号
    labels.cronExpression=スケジュール
    labels.dayForCleanup=指定日以前のドキュメントの削除
    labels.crawlingThreadCount=同時クロール数
    labels.boost=ブースト値
    labels.crawlingConfigName=名前
    labels.crawlingConfigPath=クロールするパス
    labels.processType=処理の種類
    labels.parameters=パラメーター
    labels.designFile=アップロードするファイル
    labels.bulkFile=バルクファイル
    labels.appendQueryParameter=検索パラメーターの追加
    labels.configId=設定ID
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  9. src/main/resources/fess_label_de.properties

    labels.value=Wert
    labels.versionNo=Version
    labels.cronExpression=Zeitplan
    labels.dayForCleanup=Entferne Dokumente älter als Tage
    labels.crawlingThreadCount=Anzahl gleichzeitiger Crawler
    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Crawling-Pfad
    labels.processType=Prozesstyp
    labels.parameters=Parameter
    labels.designFile=Datei hochladen
    labels.bulkFile=Bulk-Datei
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_fr.properties

    labels.cronExpression	=	Programmation
    labels.dayForCleanup	=	Supprimer les documents avant les jours
    labels.crawlingThreadCount	=	Configuration simultanée du robot d'exploration
    labels.boost	=	Booster
    labels.crawlingConfigName	=	Nom
    labels.crawlingConfigPath	=	Chemin d'exploration
    labels.processType	=	Type de processus
    labels.parameters	=	Paramètres
    labels.designFile	=	Envoyer  un fichier
    labels.bulkFile	=	Fichier en vrac
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
Back to top