- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for buildWebConfigJobScript (0.12 sec)
-
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) -
src/test/java/org/codelibs/fess/it/CrawlTestBase.java
final Map<String, Object> searchBody = new HashMap<>(); final String response = checkMethodBase(searchBody).get(path).asString(); return response; } protected static String buildWebConfigJobScript(final String webCofigId) { return String.format("return container.getComponent(\"crawlJob\")" + ".logLevel(\"info\")" + ".sessionId(\"%s\")"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.9K bytes - Viewed (0)