- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for addFessCustomSystemProperties (0.16 sec)
-
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
} else { cmdList.add("-Dlasta.env=" + getExecuteType()); } addFessConfigProperties(cmdList); addFessSystemProperties(cmdList); addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern()); addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null); cmdList.add("-Dfess." + getExecuteType() + ".process=true");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/SuggestJob.java
} else { cmdList.add("-Dlasta.env=" + getExecuteType()); } addFessConfigProperties(cmdList); addFessSystemProperties(cmdList); addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern()); addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null); cmdList.add("-Dfess." + getExecuteType() + ".process=true");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
} else { cmdList.add("-Dlasta.env=" + getExecuteType()); } addFessConfigProperties(cmdList); addFessSystemProperties(cmdList); addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern()); addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null); cmdList.add("-Dfess." + getExecuteType() + ".process=true");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 15.1K bytes - Viewed (0)