Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1000 (0.24 sec)

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

                writeJsonResponse(HttpServletResponse.SC_BAD_REQUEST, escapeJsonKeyValue(MESSAGE_FIELD, "Scroll Search is not available."));
                return;
            }
    
            final StringBuilder buf = new StringBuilder(1000);
            request.setAttribute(Constants.SEARCH_LOG_ACCESS_TYPE, Constants.SEARCH_LOG_ACCESS_TYPE_JSON);
            final JsonRequestParams params = new JsonRequestParams(request, fessConfig);
            try {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

        protected Map<String, List<String>> configListMap = new HashMap<>();
    
        protected String scrollForSearch = "1m";
    
        protected int sizeForDelete = 100;
    
        protected String scrollForDelete = "1m";
    
        protected int sizeForUpdate = 100;
    
        protected String scrollForUpdate = "1m";
    
        protected int maxConfigSyncStatusRetry = 10;
    
        protected int maxEsStatusRetry = 60;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
Back to top