Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 38 for jsou (0.07 seconds)

  1. src/main/resources/fess_indices/fess_log.notification_queue/notification_queue.json

    Shinsuke Sugaya <******@****.***> 1774491848 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 386 bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/fess_config.coordinator/coordinator.json

    Shinsuke Sugaya <******@****.***> 1774681159 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 541 bytes
    - Click Count (0)
  3. src/main/resources/fess_indices/fess_config.coordinator/alias/fess_config.json

    Shinsuke Sugaya <******@****.***> 1774681159 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 3 bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerAction.java

         * as {@code jobLogId}. When job logging is disabled, {@code jobLogId} is {@code null}.
         *
         * @param id the ID of the scheduled job to start
         * @return JSON response with {@code jobLogId} (nullable) and status
         */
        // PUT /api/admin/scheduler/{id}/start
        @Execute(urlPattern = "{}/@word")
        public JsonResponse<ApiResult> put$start(final String id) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

            }
        }
    
        /**
         * Escapes a JSON key-value pair.
         * @param key The key.
         * @param value The value.
         * @return The escaped key-value pair.
         */
        protected String escapeJsonKeyValue(final String key, final String value) {
            return "\"" + key + "\":" + escapeJson(value);
        }
    
        /**
         * Writes a JSON response.
         * @param status The status code.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 27 13:56:32 GMT 2026
    - 55.4K bytes
    - Click Count (1)
  6. src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java

            final String json = coordinatorHelper.toJson(map);
            assertNotNull(json);
            assertTrue(json.contains("\"type\":\"heartbeat\""));
            assertTrue(json.contains("\"instanceId\":\"test-instance\""));
            assertTrue(json.contains("\"createdTime\":1000"));
        }
    
        @Test
        public void test_toJson_emptyMap() {
            final String json = coordinatorHelper.toJson(Map.of());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 58.6K bytes
    - Click Count (0)
  7. src/main/resources/fess_indices/fess_log.notification_queue.json

    Shinsuke Sugaya <******@****.***> 1774491848 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 173 bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

         * When enabled, users can save favorite search results.
         */
        @Size(max = 10)
        public String userFavorite;
    
        /**
         * Enable or disable JSON Web API.
         * When enabled, search results can be retrieved via JSON API.
         */
        @Size(max = 10)
        public String webApiJson;
    
        /**
         * Application-specific value for custom configurations.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  9. src/main/resources/fess_indices/fess_config.coordinator.json

    Shinsuke Sugaya <******@****.***> 1774681159 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 173 bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java

                logger.warn("[RAG] Failed to serialize SSE data. event={}", event, e);
            }
        }
    
        /**
         * Writes a JSON response to the HTTP response.
         *
         * @param response the HTTP response
         * @param status the HTTP status code
         * @param data the data to serialize as JSON
         * @throws IOException if an I/O error occurs
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 06:06:55 GMT 2026
    - 25.8K bytes
    - Click Count (0)
Back to Top