Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nejsou (0.16 sec)

  1. src/main/assemblies/extension/kibana/fess_log.ndjson

    Shinsuke Sugaya <******@****.***> 1565573181 +0900
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Mon Aug 12 01:26:21 UTC 2019
    - 18.2K bytes
    - Viewed (0)
  2. 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
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 12:40:11 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  3. 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");
    
        @Resource
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Mon Nov 24 02:07:40 UTC 2025
    - 32.1K bytes
    - Viewed (0)
  4. src/main/config/openapi/openapi-user.yaml

              schema:
                type: string
                example: score
          responses:
            '200':
              description: Successful operation
              content:
                application/x-ndjson:
                  schema:
                    type: string
            '400':
              $ref: '#/components/responses/BadRequest'
            '401':
              $ref: '#/components/responses/Unauthorized'
            '404':
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
Back to top