Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initResults (1.82 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java

            final FileSystemClient client = new FileSystemClient();
            final int threadCount = 10;
            final Thread[] threads = new Thread[threadCount];
            final boolean[] initResults = new boolean[threadCount];
    
            for (int i = 0; i < threadCount; i++) {
                final int index = i;
                threads[i] = new Thread(() -> {
                    try {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Wed Nov 19 08:59:28 UTC 2025
    - 11.2K bytes
    - Viewed (0)
Back to top