Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for welches (0.03 seconds)

  1. src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java

            helper.poll();
            assertTrue(heartbeatCalled.get());
            assertTrue(cleanupCalled.get());
        }
    
        @Test
        public void test_poll_dispatchesEvents() {
            // Verify that poll fetches events and dispatches them
            final AtomicInteger dispatchCount = new AtomicInteger(0);
            final CoordinatorHelper helper = new CoordinatorHelper() {
                @Override
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 58.6K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/chat/ChatClient.java

            if (rejected != null) {
                return rejected;
            }
            return searchDocuments(query, fields, extraQueries);
        }
    
        /**
         * Fetches full document content for the given document IDs.
         *
         * @param docIds the document IDs to fetch
         * @return list of documents with full content
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
Back to Top