- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getLimitDocNum (0.07 sec)
-
src/test/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReaderTest.java
for (Thread th : threads) { th.join(); } assertEquals(num * 2, count.get()); assertEquals(num, valueSet2.size()); } @Test public void test_getLimitDocNum() throws Exception { assertEquals(10, ESSourceReader.getLimitDocNum(100, 10, -1)); assertEquals(25, ESSourceReader.getLimitDocNum(50, 50, -1));
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 8.9K bytes - Viewed (0)