- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Regisser (0.03 sec)
-
SearchApiManager.java
protected static final String POST = "POST"; L99: L100: protected String mimeType = "application/json"; L101: L102: public SearchApiManager() { L103: setPathPrefix("/api/v1"); L104: } L105: L106: @PostConstruct L107: public void register() { L108: if (logger.isInfoEnabled()) { L109: logger.info("Load {}", this.getClass().getSimpleName()); L110: } L111: ComponentUtil.getWebApiManagerFactory().add(this); L112: } L113: L114: @Override L115: protected...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
SearchEngineClient.java
L696: ComponentUtil.getCurlHelper().post("/_configsync/file").param("path", dictionaryPath).body(source).execute()) { L697: if (response.getHttpStatusCode() == 200) { L698: logger.info("Register {} to {}", path, index); L699: } else if (response.getContentException() != null) { L700: logger.warn("Invalid request for {}.", path, response.getContentException()); L701: } else { L702:...github.com/codelibs/fess/src/main/java/org/code...Sun Oct 20 02:08:03 UTC 2024 86.1K bytes