- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for healthy (0.04 sec)
-
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) -
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)