- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for cluster_name (0.16 seconds)
-
src/test/java/org/codelibs/fess/entity/PingResponseTest.java
} @Test public void test_fieldSetConfiguration() { // Test that field set configuration is properly handled Set<String> fieldSet = new HashSet<>(); fieldSet.add("cluster_name"); fieldSet.add("status"); FessConfig mockConfig = new FessConfig.SimpleImpl() { private static final long serialVersionUID = 1L; @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 7.7K bytes - Click Count (0) -
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)