- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for clustername (0.04 seconds)
-
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
// Helper method to create mock ClusterHealthResponse private ClusterHealthResponse createMockHealthResponse(String clusterName, ClusterHealthStatus status) { return new ClusterHealthResponse() { @Override public String getClusterName() { return clusterName; } @Override public ClusterHealthStatus getStatus() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0) -
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 information
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1)