- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for infrastructure (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
MIGRATION.md
- **Search Features**: Facets, suggestions, security filtering, ranking rules - **Integration Points**: Applications consuming search APIs - **User Permissions**: Access control and label configurations ### 2. Infrastructure Requirements Ensure your Fess environment meets these requirements: - **Java**: JDK 17 or later - **Memory**: Minimum 4GB RAM (8GB+ recommended for production) - **Storage**: At least 2x your current index size
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
return null; } /** * Performs logout for the specified user. * * SPNEGO authentication relies on the underlying Kerberos infrastructure * for session management, so no specific logout URL is provided. * * @param user The user to logout * @return Always returns null as SPNEGO doesn't provide a logout URL */ @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:18:23 GMT 2026 - 18.2K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
import com.fasterxml.jackson.databind.ObjectMapper; import jakarta.servlet.http.HttpSession; /** * Abstract base class for LLM client implementations. * * Provides shared infrastructure (HTTP client, availability checking) and * default implementations of RAG workflow methods with injectable prompt templates. * Subclasses implement provider-specific chat/streamChat and checkAvailabilityNow. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0)