Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for scriptData (0.09 sec)

  1. src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java

            requestBody.put("sort_order", 0);
            requestBody.put("crawler", true);
            requestBody.put("job_logging", true);
            requestBody.put("available", true);
            requestBody.put("script_data", buildWebConfigJobScript(webConfigId));
            createJob(requestBody);
        }
    
        /**
         * Test for JobLog
         * */
        private void testReadJobLog() {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/it/search/SearchApiTests.java

            requestBody.put("sort_order", 0);
            requestBody.put("crawler", true);
            requestBody.put("job_logging", true);
            requestBody.put("available", true);
            requestBody.put("script_data", buildFileConfigJobScript(fileConfigId));
            createJob(requestBody);
        }
    
        private static String createLabel() {
            Map<String, Object> labelBody = new HashMap<>();
    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