- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for addFessCustomSystemProperties (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 10.5K bytes - Click Count (0) -
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");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 11.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
super.addFessSystemProperties(cmdList); } public void testAddFessCustomSystemProperties(List<String> cmdList, String regex) { super.addFessCustomSystemProperties(cmdList, regex); } public void testDeleteTempDir(File ownTmpDir) { super.deleteTempDir(ownTmpDir); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.8K bytes - Click Count (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");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19.6K bytes - Click Count (0)