Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTestDataPath (0.1 sec)

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

            }
        }
    
        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", 100);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top