- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for healthy (0.22 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
// private static final Logger logger = LogManager.getLogger(AdminMaintenanceAction.class); private static final String[] CAT_NAMES = { "aliases", "allocation", "count", "fielddata", "health", "indices", "master", "nodeattrs", "nodes", "pending_tasks", "plugins", "recovery", "repositories", "thread_pool", "shards", "segments", "snapshots", "templates" };Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 18.1K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java
import org.opensearch.OpenSearchException; import org.opensearch.action.ActionRequest; import org.opensearch.action.ActionType; import org.opensearch.action.admin.cluster.health.ClusterHealthResponse; import org.opensearch.action.admin.indices.segments.IndicesSegmentResponse; import org.opensearch.action.admin.indices.segments.PitSegmentsRequest; import org.opensearch.action.bulk.BulkRequest;
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 02:01:26 UTC 2025 - 26.2K bytes - Viewed (0) -
README.md
#### 2. Start Fess Server $ unzip target/releases/fess-*.zip $ ./fess-*/bin/fess & Wait for Fess to be ready (this may take up to 60 seconds): $ curl -s "http://localhost:8080/api/v1/health" You should see a JSON response when Fess is ready. #### 3. Clone Test Data Required for SearchApiTests: $ git clone https://github.com/codelibs/fess-testdata.git /tmp/fess-testdataRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 00:28:33 UTC 2025 - 7.8K bytes - Viewed (2) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java
import org.codelibs.fess.crawler.client.FesenClient.OnConnectListener; import org.junit.Before; import org.junit.Test; import org.mockito.MockedStatic; import org.mockito.Mockito; import org.opensearch.action.admin.cluster.health.ClusterHealthResponse; import org.opensearch.action.bulk.BulkRequestBuilder; import org.opensearch.action.bulk.BulkResponse; import org.opensearch.action.delete.DeleteRequestBuilder;
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:44:44 UTC 2025 - 17K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/storage/StorageClientTest.java
.withExposedPorts(port)// .withCommand("server /data")// .waitingFor(new HttpWaitStrategy()// .forPath("/minio/health/ready")// .forPort(port)// .withStartupTimeout(Duration.ofSeconds(30))); logger.info("Starting {}", IMAGE_NAME); minioServer.start();
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/s3/S3ClientTest.java
.withExposedPorts(port)// .withCommand("server /data")// .waitingFor(new HttpWaitStrategy()// .forPath("/minio/health/ready")// .forPort(port)// .withStartupTimeout(Duration.ofSeconds(30))); logger.info("Starting {}", IMAGE_NAME); minioServer.start();
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 20.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
*/ public void setSettings(final Map<String, String> settings) { this.settings = settings; } /** * Gets the current cluster health status. * * @return the cluster health status name */ public String getStatus() { return admin().cluster() .prepareHealth() .execute()Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1) -
src/main/resources/fess_config.properties
# Timeout for index operations. index.index.timeout=3m # Timeout for bulk index operations. index.bulk.timeout=3m # Timeout for delete operations in the index. index.delete.timeout=3m # Timeout for index health checks. index.health.timeout=10m # Timeout for index indices operations. index.indices.timeout=1m # filetype # Mapping of MIME types to filetype labels for indexing. index.filetype=\ text/html=html\n\
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 55.4K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getIndexDeleteTimeout(); /** * Get the value for the key 'index.health.timeout'. <br> * The value is, e.g. 10m <br> * comment: Timeout for index health checks. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexHealthTimeout(); /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)