- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_setCrawlerPriority (0.07 sec)
-
src/test/java/org/codelibs/fess/helper/DataIndexHelperTest.java
assertEquals(interval, actualInterval); } catch (Exception e) { fail("Failed to verify crawlingExecutionInterval: " + e.getMessage()); } } public void test_setCrawlerPriority() { int priority = Thread.NORM_PRIORITY; // Use normal priority for tests dataIndexHelper.setCrawlerPriority(priority); try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/WebFsIndexHelperTest.java
int priority = Thread.NORM_PRIORITY; webFsIndexHelper.setIndexUpdaterPriority(priority); assertEquals(priority, webFsIndexHelper.indexUpdaterPriority); } public void test_setCrawlerPriority() { int priority = Thread.NORM_PRIORITY; webFsIndexHelper.setCrawlerPriority(priority); assertEquals(priority, webFsIndexHelper.crawlerPriority); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 15.2K bytes - Viewed (0)