- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for addIntervalRule (0.32 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/WEB-INF/env/crawler/resources/app.xml
</component> <component name="intervalControlHelper" class="org.codelibs.fess.helper.IntervalControlHelper"> <!-- <postConstruct name="addIntervalRule"> <arg>"5:00"</arg> <arg>"10:00"</arg> <arg>"2,3,4,5,6"</arg> <arg>3600000</arg> </postConstruct> --> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 07 06:19:20 GMT 2024 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
* @param to the end time in HH:MM format * @param days comma-separated list of days (1=Sunday, 7=Saturday) * @param delay the delay in milliseconds to apply during this interval */ public void addIntervalRule(final String from, final String to, final String days, final long delay) { ruleList.add(new IntervalRule(from, to, days, delay)); } /** * Checks if the crawler is currently running. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Nov 23 12:34:02 GMT 2025 - 10K bytes - Click Count (0)