Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isApiSearchScroll (0.62 sec)

  1. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                writeJsonResponse(HttpServletResponse.SC_BAD_REQUEST, escapeJsonKeyValue(MESSAGE_FIELD, "Referer is invalid."));
                return;
            }
    
            if (!fessConfig.isApiSearchScroll()) {
                writeJsonResponse(HttpServletResponse.SC_BAD_REQUEST, escapeJsonKeyValue(MESSAGE_FIELD, "Scroll Search is not available."));
                return;
            }
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 55.4K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. false <br>
         * comment: Whether to enable scroll for API search.
         * @return The determination, true or false. (if not found, exception but basically no way)
         */
        boolean isApiSearchScroll();
    
        /**
         * Get the value for the key 'api.json.response.headers'. <br>
         * The value is, e.g. Referrer-Policy:strict-origin-when-cross-origin <br>
         * comment: Headers for API JSON response.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
Back to top