- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 17 for NDJSON (0.04 seconds)
-
src/test/java/org/codelibs/fess/it/search/ScrollSearchApiTests.java
Response response = given().contentType("application/x-ndjson").params(params).when().get("/api/v1/documents/all"); assertEquals(200, response.getStatusCode()); String body = response.getBody().asString(); assertTrue(body != null && body.length() > 0, "Response body should not be empty"); // NDJSON format: each line is a JSON object String[] lines = body.trim().split("\n");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 03:03:44 GMT 2025 - 7.5K bytes - Click Count (0) -
MIGRATION.md
4. Click **Import** to process ### 2. REST API Import #### Bulk Document API **Endpoint**: `PUT /api/admin/documents/bulk` **Format**: NDJSON (Newline-Delimited JSON) **Example**: ```bash # Create NDJSON file cat > documents.ndjson << 'EOF' {"url":"http://example.com/page1","title":"Page 1","content":"Content here..."} {"url":"http://example.com/page2","title":"Page 2","content":"More content..."} EOF
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
src/test/resources/plugin/repo3/index.html
<a href="fess-ingest-logger/" title="fess-ingest-logger/">fess-ingest-logger/</a> - - <a href="fess-ingest-ndjson/" title="fess-ingest-ndjson/">fess-ingest-ndjson/</a> - - <a href="fess-parent/" title="fess-parent/">fess-parent/</a> - -
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jun 17 13:30:41 GMT 2024 - 6.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
*/ public static final String ROLE = "admin-backup"; private static final Logger logger = LogManager.getLogger(AdminBackupAction.class); /** * The ndjson extension. */ public static final String NDJSON_EXTENTION = ".ndjson"; private static final DateTimeFormatter ISO_8601_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.SSS"); @ResourceCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 24 02:07:40 GMT 2025 - 32.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/backup/ApiAdminBackupAction.java
} /** * Downloads a specific backup file by ID. * Supports various backup formats including system properties, bulk data, and NDJSON logs. * * @param id the backup file ID to download * @return stream response containing the backup file data */ // GET /api/admin/backup/file/{id} @ExecuteCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0) -
README.md
- [Simple](https://github.com/codelibs/fess-theme-simple) - [Classic](https://github.com/codelibs/fess-theme-classic) ## Ingest - [Logger](https://github.com/codelibs/fess-ingest-logger) - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) ## Script - [Groovy](https://github.com/codelibs/fess-script-groovy) - [OGNL](https://github.com/codelibs/fess-script-ognl) ## Development Information ### Get Source Code
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 14 03:19:23 GMT 2026 - 7.8K bytes - Click Count (2) -
docs/ko/README.md
- [Simple](https://github.com/codelibs/fess-theme-simple) - [Classic](https://github.com/codelibs/fess-theme-classic) ## 인게스트 - [Logger](https://github.com/codelibs/fess-ingest-logger) - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) ## 스크립트 - [Groovy](https://github.com/codelibs/fess-script-groovy) - [OGNL](https://github.com/codelibs/fess-script-ognl) ## 개발 정보 ### 소스 코드 얻기 1. Fess 리포지토리를 클론합니다:
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8K bytes - Click Count (1) -
docs/zh-CN/README.md
- [Simple](https://github.com/codelibs/fess-theme-simple) - [Classic](https://github.com/codelibs/fess-theme-classic) ## 数据处理 - [Logger](https://github.com/codelibs/fess-ingest-logger) - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) ## 脚本 - [Groovy](https://github.com/codelibs/fess-script-groovy) - [OGNL](https://github.com/codelibs/fess-script-ognl) ## 开发信息 ### 获取源代码 1. 克隆 Fess 的存储库: ```Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7K bytes - Click Count (0) -
docs/ja/README.md
- [Simple](https://github.com/codelibs/fess-theme-simple) - [Classic](https://github.com/codelibs/fess-theme-classic) ## Ingest - [Logger](https://github.com/codelibs/fess-ingest-logger) - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) ## スクリプト - [Groovy](https://github.com/codelibs/fess-script-groovy) - [OGNL](https://github.com/codelibs/fess-script-ognl) ## 開発情報 ### ソースコードの取得 1. Fessのリポジトリをクローンします:
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8.5K bytes - Click Count (0) -
src/main/config/openapi/openapi-user.yaml
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0)