- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getEngineInfo (0.06 seconds)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
* * @return the engine information * @throws SearchEngineClientException if the client is not an HttpClient */ public EngineInfo getEngineInfo() { if (client instanceof final HttpClient httpClient) { return httpClient.getEngineInfo(); } throw new SearchEngineClientException("client is not HttpClient."); } // // Fesen Client //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)