Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getTestDataPath (0.23 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/it/search/ScrollSearchApiTests.java

            assertEquals(200, response.getStatusCode());
        }
    
        private static void createFileConfig() {
            final Map<String, Object> requestBody = new HashMap<>();
            final String paths = "file:" + getTestDataPath();
            requestBody.put("name", NAME_PREFIX + "FileConfig");
            requestBody.put("paths", paths);
            requestBody.put("excluded_paths", ".*\\.git.*");
            requestBody.put("max_access_count", 10);
    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)
Back to Top