- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Logic (0.01 seconds)
-
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
} /** * Creates a testable CoordinatorHelper that overrides tryStartOperation(name,data,retries) * to simulate "create always fails" (no OpenSearch), preserving the retry/cleanup dispatch logic. */ private CoordinatorHelper createRetryTestHelper(final AtomicBoolean cleanupCalled, final AtomicInteger cleanupRetries,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) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
* * Orchestrates the multi-phase RAG workflow including session management, * document search, and delegation to LlmClientManager for LLM operations. * Prompt construction and LLM-specific logic is handled by LlmClient implementations. * * @author FessProject */ public class ChatClient { private static final Logger logger = LogManager.getLogger(ChatClient.class);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)