- Sort Score
- Result 10 results
- Languages All
Results 21 - 26 of 26 for jobLogging (0.15 sec)
-
src/main/resources/fess_label.properties
labels.webApiJson=JSON Response labels.webConfigName=Web Config Name labels.allLanguages=All Languages labels.dictId=Dictionary ID labels.docId=Document ID labels.endTime=End Time labels.hq=hq labels.inputs=Source labels.jobLogging=Logging labels.jobName=Name labels.jobStatus=Status labels.labelTypeIds=Labels labels.lang=lang labels.outputs=Target labels.pos=POS labels.purgeJobLogDay=Purge Job Log Before
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_ko.properties
labels.webApiJson = JSON 응답 labels.webConfigName = 웹 크롤링 설정 이름 labels.allLanguages = 모든 언어 labels.dictId = 사전 ID labels.docId = 문서 ID labels.endTime = 종료 시간 labels.hq = hq labels.inputs = 원본 labels.jobLogging = 로깅 labels.jobName = 이름 labels.jobStatus = 상태 labels.labelTypeIds = 레이블(Label) labels.lang = 언어 labels.outputs = 대상 labels.pos = 품사 labels.purgeJobLogDay = 이전 작업 로그 삭제
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.userInfo=利用者情報 labels.webApiJson=JSONレスポンス labels.webConfigName=ウェブクロール設定名 labels.allLanguages=すべての言語 labels.dictId=辞書ID labels.docId=ドキュメントID labels.endTime=終了時間 labels.hq=hq labels.inputs=変換元 labels.jobLogging=ロギング labels.jobName=名前 labels.jobStatus=状態 labels.labelTypeIds=ラベル labels.lang=言語 labels.outputs=対象 labels.pos=品詞 labels.purgeJobLogDay=以前のジョブログの削除 labels.purgeUserInfoDay=以前の利用者ログを削除 labels.reading=読み
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Source */ public static final String LABELS_INPUTS = "{labels.inputs}"; /** The key of the message: Logging */ public static final String LABELS_JOB_LOGGING = "{labels.jobLogging}"; /** The key of the message: Name */ public static final String LABELS_JOB_NAME = "{labels.jobName}"; /** The key of the message: Status */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
requestBody.put("target", "all"); requestBody.put("script_type", "groovy"); requestBody.put("sort_order", 0); requestBody.put("crawler", true); requestBody.put("job_logging", true); requestBody.put("available", true); requestBody.put("script_data", buildWebConfigJobScript(webConfigId)); createJob(requestBody); } /** * Test for JobLog
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
requestBody.put("target", "all"); requestBody.put("script_type", "groovy"); requestBody.put("sort_order", 0); requestBody.put("crawler", true); requestBody.put("job_logging", true); requestBody.put("available", true); requestBody.put("script_data", buildFileConfigJobScript(fileConfigId)); createJob(requestBody); } private static String createLabel() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 18.6K bytes - Viewed (0)