- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 192 for targetOS (0.04 seconds)
-
docs/es/README.md
### Ejecutar Fess Ejecuta o depura `org.codelibs.fess.FessBoot` en tu IDE, y luego accede a http://localhost:8080/ ### Construir el Paquete Ejecuta el objetivo `package` y luego se creará el archivo de lanzamiento en target/releases. $ mvn package $ mvn rpm:rpm # Paquete .rpm $ mvn jdeb:jdeb # Paquete .deb ### Generar Código Fuente $ mvn dbflute:download # (comando ejecutado una sola vez)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/IndexExportJob.java
* * @param exportPath the base export directory path * @param url the document URL * @param formatter the formatter to determine file extensions * @return the target file path */ protected Path buildFilePath(final String exportPath, final String url, final IndexExportFormatter formatter) { try { final URI uri = new URI(url);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/resources/log4j2.xml
<Property name="root.log.level" value="${sys:fess.log.level:-info}" /> <Property name="log.pattern" value="%d [%t] %-5p %msg%n" /> <Property name="log.file.basedir" value="${sys:fess.log.path:-target/logs}" /> <Property name="backup.date.suffix" value="_%d{yyyyMMdd}" /> <Property name="backup.max.history" value="10" /> <Property name="backup.max.age" value="90" /> <Property name="backup.audit.max.age" value="360" />
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.2K bytes - Click Count (0) -
docs/de/README.md
### Paket erstellen Führen Sie das `package`-Ziel aus, und dann wird die Release-Datei im Verzeichnis target/releases erstellt. $ mvn package $ mvn rpm:rpm # .rpm-Paket $ mvn jdeb:jdeb # .deb-Paket ### Quellcode generieren $ mvn dbflute:download # (einmaliger Befehl)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.8K bytes - Click Count (0) -
docs/zh-CN/README.md
### 设置 OpenSearch 插件 运行 antrun:run 将插件下载到插件目录: $ mvn antrun:run ### 运行 Fess 在您的 IDE 上运行或调试 `org.codelibs.fess.FessBoot`,然后访问 http://localhost:8080/ ### 构建包 运行 `package` 目标,然后在 target/releases 中创建发布文件。 $ mvn package $ mvn rpm:rpm # .rpm 包 $ mvn jdeb:jdeb # .deb 包 ### 生成源代码 $ mvn dbflute:download # (仅运行一次) $ mvn dbflute:freegen $ mvn license:formatCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7K bytes - Click Count (0) -
src/main/resources/fess_message.properties
errors.failed_to_reindex=Failed to start re-indexing from {0} to {1}. errors.failed_to_rebuild_config_index=Failed to rebuild config indices. errors.no_target_index_selected=Please select at least one target index to rebuild. errors.operation_already_running=The operation is already running on {0}. errors.failed_to_read_request_file=Failed to read a request file: {0} errors.invalid_header_for_request_file=Invalid header line: {0}Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
errors.failed_to_reindex=Failed to start re-indexing from {0} to {1}. errors.failed_to_rebuild_config_index=Failed to rebuild config indices. errors.no_target_index_selected=Please select at least one target index to rebuild. errors.operation_already_running=The operation is already running on {0}. errors.failed_to_read_request_file=Failed to read a request file: {0} errors.invalid_header_for_request_file=Invalid header line: {0}Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
</div> <div class="d-flex gap-2"> <button type="button" id="filterToggleBtn" class="btn btn-outline-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#filterPanel" aria-expanded="false" aria-controls="filterPanel"> <i class="fa fa-filter" aria-hidden="true"></i> <la:message key="labels.chat_filter" />
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/FailureUrlTests.java
*/ private static void createJob() { final Map<String, Object> requestBody = new HashMap<>(); requestBody.put("name", NAME_PREFIX + "Scheduler"); requestBody.put("target", "all"); requestBody.put("script_type", "groovy"); requestBody.put("sort_order", 0); requestBody.put("crawler", true); requestBody.put("job_logging", true);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/LogNotificationJobTest.java
fessConfig.hasNotification = false; ComponentUtil.setFessConfig(fessConfig); String result = logNotificationJob.execute(); assertEquals("No notification targets configured.", result); } @Test public void test_formatDetails() { TestableLogNotificationJob testableJob = new TestableLogNotificationJob();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 10.5K bytes - Click Count (0)