- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Interval (1.75 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
*/ public String getProductVersion() { return productVersion; } /** * Sets the interval for checking the system CPU load. * * @param systemCpuCheckInterval The interval in milliseconds. */ public void setSystemCpuCheckInterval(final long systemCpuCheckInterval) { this.systemCpuCheckInterval = systemCpuCheckInterval;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
} // favorite if (fessConfig.isUserFavorite()) { ComponentUtil.getUserInfoHelper().storeQueryId(queryId, documentItems); } } /** * Internal search method that executes the actual search query. * * This method performs the search using the rank fusion processor and may retry * with OR operator if the hit count is below the configured minimum threshold.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0)