- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setClustername (0.06 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
*/ T build(R response, H hit); } /** * Sets the name of the search engine cluster. * * @param clusterName the cluster name */ public void setClusterName(final String clusterName) { this.clusterName = clusterName; } /** * Gets information about the search engine. * * @return the engine informationRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
private ClusterHealthResponse createMockHealthResponse(String clusterName, ClusterHealthStatus status) { return new ClusterHealthResponse() { @Override public String getClusterName() { return clusterName; } @Override public ClusterHealthStatus getStatus() { return status; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)