- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 308 for manager (0.07 sec)
-
src/main/java/org/codelibs/fess/app/service/StemmerOverrideService.java
* custom stemming rules that override the default stemming behavior for * specific terms, improving search accuracy for domain-specific vocabularies. */ public class StemmerOverrideService { /** Dictionary manager for accessing dictionary files. */ @Resource protected DictionaryManager dictionaryManager; /** Fess configuration for accessing system settings. */ @Resource protected FessConfig fessConfig;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- kube-controller-manager currently needs a writable `--cert-dir` (default is `/var/run/kubernetes`) for generating self-signed certificates, when no `--tls-cert-file` or `--tls-private-key-file` are provided. - The `system:kube-controller-manager` ClusterRole lacks permission to `get` the `configmap` extension-apiserver-authentication. kube-controller-manager errors if run with a service account bound to the clusterrole.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
import jakarta.servlet.FilterChain; import jakarta.servlet.ServletException; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; /** * The API manager for search operations. */ public class SearchApiManager extends BaseApiManager { private static final Logger logger = LogManager.getLogger(SearchApiManager.class); /** * The message field. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CharMappingService.java
public class CharMappingService { /** * Creates a new instance of CharMappingService. */ public CharMappingService() { // Default constructor } /** * Dictionary manager for accessing and managing dictionary files. */ @Resource protected DictionaryManager dictionaryManager; /** * Fess configuration settings. */ @Resource
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/StopwordsService.java
* Service for managing stopwords. * This class provides methods to interact with stopwords dictionaries, * including retrieving, storing, and deleting stopwords. */ public class StopwordsService { /** The dictionary manager for accessing dictionary files. */ @Resource protected DictionaryManager dictionaryManager; /** The Fess configuration for accessing system settings. */ @Resource protected FessConfig fessConfig;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SynonymService.java
/** * Service for managing synonyms. * This class provides methods to interact with synonym dictionaries, * including retrieving, storing, and deleting synonyms. */ public class SynonymService { /** The dictionary manager for accessing dictionary files. */ @Resource protected DictionaryManager dictionaryManager; /** The Fess configuration for accessing system settings. */ @Resource protected FessConfig fessConfig;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
## Known Issues
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* In order to remain backwards compatible, the new controller only manages attach/detach of volumes that are scheduled to nodes that opt-in to controller management. Nodes running v1.3 or higher of Kubernetes opt-in to controller management by default by setting the "volumes.kubernetes.io/controller-managed-attach-detach" annotation on the Node object on startup. This behavior is gated by a new kubelet flag, "enable-controller-attach-detach,”...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProviderTest.java
} // Test with null RequestManager (edge case) public void test_getRequestedTimeZone_withNullRequestManager() { // Execute with null request manager TimeZone result = provider.getRequestedTimeZone(null); // Should still return the central time zone assertNotNull(result);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 6.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- Kubeadm: make the kubeconfig files for the kube-controller-manager and kube-scheduler use the LocalAPIEndpoint instead of the ControlPlaneEndpoint. This makes kubeadm clusters more reseliant to version skew problems during immutable upgrades: https://kubernetes.io/docs/setup/release/version-skew-policy/#kube-controller-manager-kube-scheduler-and-cloud-controller-manager ([#94398](https://github.com/kubernetes/kubernetes/pull/94398), [@neolit123](https://github.com/neolit123))...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0)