- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Administration (0.06 sec)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Change Password */ public static final String LABELS_PROFILE = "{labels.profile}"; /** The key of the message: Administration */ public static final String LABELS_ADMINISTRATION = "{labels.administration}"; /** The key of the message: Settings */ public static final String LABELS_profile_button = "{labels.profile_button}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
* @return the thread pool */ @Override public ThreadPool threadPool() { return client.threadPool(); } /** * Gets the admin client for cluster and index administration. * * @return the admin client */ @Override public AdminClient admin() { return client.admin(); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0)