- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for crawlingThreadCount (0.27 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java
import jakarta.validation.constraints.Size; /** * @author shinsuke */ public class MailForm { public String incrementalCrawling; public String dayForCleanup; public String crawlingThreadCount; public String searchLog; public String userInfo; public String userFavorite; public String webApiJson; public String defaultLabelValue;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 1.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Required @Min(-1) @Max(1000) @ValidateTypeFailure public Integer dayForCleanup; @Required @Min(0) @Max(100) @ValidateTypeFailure public Integer crawlingThreadCount; @Size(max = 10) public String searchLog; @Size(max = 10) public String userInfo; @Size(max = 10) public String userFavorite; @Size(max = 10)
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 16 12:54:35 UTC 2023 - 39.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setIncrementalCrawling(isCheckboxEnabled(form.incrementalCrawling)); fessConfig.setDayForCleanup(form.dayForCleanup); fessConfig.setCrawlingThreadCount(form.crawlingThreadCount); fessConfig.setSearchLog(isCheckboxEnabled(form.searchLog)); fessConfig.setUserInfo(isCheckboxEnabled(form.userInfo)); fessConfig.setUserFavorite(isCheckboxEnabled(form.userFavorite));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.urls=URLs labels.userAgent=User Agent labels.username=Username 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
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.urls=URLs labels.userAgent=Агент пользователя labels.username=ИмяПользователя labels.value=Значение labels.versionNo=Версия No. labels.cronExpression=Расписание labels.dayForCleanup=Удалить документы до дня labels.crawlingThreadCount=Конфигурация одновременного сканирования labels.boost=Повышение labels.crawlingConfigName=Имя labels.crawlingConfigPath=Путь сканирования labels.processType=Тип процесса labels.parameters=Параметры
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.urls=URLs labels.userAgent=User Agent labels.username=Benutzername 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
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.urls=URLs labels.userAgent=User Agent labels.username=Username 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
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.username = Nom d'utilisateur labels.value = Valeur labels.versionNo = Numéro de version 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
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.updatedTime = 수정 시간 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 = Bulk 파일
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0)