Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for crawlingConfigName (0.09 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"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java

         */
        public CrawlingConfigForm() {
            // Default constructor
        }
    
        /**
         * Name of the crawling configuration.
         */
        @Required
        @Size(max = 200)
        public String crawlingConfigName;
    
        /**
         * Path or URL to be crawled by this configuration.
         */
        @Required
        @Size(max = 1000)
        public String crawlingConfigPath;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java

         * @return the name of the created configuration
         */
        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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_en.properties

    labels.value=Value
    labels.versionNo=Version No
    labels.cronExpression=Schedule
    labels.dayForCleanup=Delete documents older than specified days
    labels.crawlingThreadCount=Concurrent Crawling Count
    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Path to Crawl
    labels.processType=Process Type
    labels.parameters=Parameters
    labels.designFile=File to Upload
    labels.bulkFile=Bulk File
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_zh_TW.properties

    labels.urls=URL
    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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.versionNo=Versionsnummer
    labels.cronExpression=Zeitplan
    labels.dayForCleanup=Dokumente löschen, die älter als die angegebenen Tage sind
    labels.crawlingThreadCount=Gleichzeitige Crawling-Anzahl
    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Zu crawlender Pfad
    labels.processType=Prozesstyp
    labels.parameters=Parameter
    labels.designFile=Hochzuladende Datei
    labels.bulkFile=Bulk-Datei
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  7. src/main/resources/fess_label.properties

    labels.value=Value
    labels.versionNo=Version No
    labels.cronExpression=Schedule
    labels.dayForCleanup=Delete documents older than specified days
    labels.crawlingThreadCount=Concurrent Crawling Count
    labels.boost=Boost
    labels.crawlingConfigName=Name
    labels.crawlingConfigPath=Path to Crawl
    labels.processType=Process Type
    labels.parameters=Parameters
    labels.designFile=File to Upload
    labels.bulkFile=Bulk File
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_pl.properties

    labels.versionNo=Numer wersji
    labels.cronExpression=Harmonogram
    labels.dayForCleanup=Usuń dokumenty starsze niż określona data
    labels.crawlingThreadCount=Liczba jednoczesnych indeksowań
    labels.boost=Wartość wzmocnienia
    labels.crawlingConfigName=Nazwa
    labels.crawlingConfigPath=Ścieżka do indeksowania
    labels.processType=Typ procesu
    labels.parameters=Parametry
    labels.designFile=Plik do przesłania
    labels.bulkFile=Plik zbiorczy
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_es.properties

    labels.cronExpression=Programación
    labels.dayForCleanup=Eliminar documentos anteriores a la fecha especificada
    labels.crawlingThreadCount=Número de rastreos simultáneos
    labels.boost=Valor de impulso
    labels.crawlingConfigName=Nombre
    labels.crawlingConfigPath=Ruta a rastrear
    labels.processType=Tipo de proceso
    labels.parameters=Parámetros
    labels.designFile=Archivo a subir
    labels.bulkFile=Archivo masivo
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
Back to top