Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Ling (0.1 sec)

  1. PingSearchEngineJob.java

    hread(); L78: } L79: } L80: resultBuf.append("Status of ").append(ping.getClusterName()).append(" is changed to ").append(ping.getClusterStatus()) L81: .append('.'); L82: } else if (status == 0) { L83: resultBuf.append(ping.getClusterName()).append(" is alive."); L84: } else { L85: resultBuf.append(ping.getClusterName()).append(" is not available."); L86: } L87: L88: return resultBuf.toString();...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.1K bytes
  2. BaseApiManager.java

    als(type)) { L83: return FormatType.FAVORITE; L84: } L85: if (FormatType.FAVORITES.name().equals(type)) { L86: return FormatType.FAVORITES; L87: } L88: if (FormatType.PING.name().equals(type)) { L89: return FormatType.PING; L90: } L91: if (FormatType.SCROLL.name().equals(type)) { L92: return FormatType.SCROLL; L93: } L94: if (FormatType.SUGGEST.name().equals(type)) { L95: return FormatType.SUGGEST;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.3K bytes
  3. SearchApiManager.java

    L282: final PingResponse pingResponse = searchEngineClient.ping(); L283: writeJsonResponse(pingResponse.getStatus() == 0 ? HttpServletResponse.SC_OK : HttpServletResponse.SC_SERVICE_UNAVAILABLE, L284: "\"data\":" + pingResponse.getMessage()); L285: } catch (final Exception e) { L286: if (logger.isDebugEnabled()) { L287: logger.debug("Failed to process a ping request.", e); L288: } L289: writeJsonRespons...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      50.3K bytes
  4. openapi-user.yaml

    $ref: '#/components/responses/InternalServerError' L546: L547: /health: L548: get: L549: tags: L550: - monitor L551: summary: Check a server status L552: description: Returns status L553: operationId: ping L554: responses: L555: '200': L556: description: Successful operation L557: content: L558: application/json: L559: schema: L560: type: object L561: properties: L562:...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  5. SearchEngineClient.java

    Exception e) { L1216: logger.error(() -> "Failed to flush " + stream(indices).get(stream -> stream.collect(Collectors.joining(", "))), e); L1217: } L1218: }); L1219: L1220: } L1221: L1222: public PingResponse ping() { L1223: try { L1224: final ClusterHealthResponse response = L1225: client.admin().cluster().prepareHealth().execute().actionGet(ComponentUtil.getFessConfig().getIndexHealthTimeout()); L1226: return...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Oct 20 02:08:03 UTC 2024
      86.1K bytes
  6. fess_config.properties

    L181:api.cors.allow.methods=GET, POST, OPTIONS, DELETE, PUT L182:api.cors.max.age=3600 L183:api.cors.allow.headers=Origin, Content-Type, Accept, Authorization, X-Requested-With L184:api.cors.allow.credentials=true L185:api.jsonp.enabled=false L186:api.ping.search_engine.fields=status,timed_out L187: L188: L189:# Virtual Host: Host:fess.codelibs.org=fess L190:virtual.host.headers= L191: L192:http.proxy.host= L193:http.proxy.port=8080 L194:http.proxy.username= L195:http.proxy.password= L196:http.fileu...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  7. FessConfig.java

    L285: L286: /** The key of the configuration. e.g. false */ L287: String API_JSONP_ENABLED = "api.jsonp.enabled"; L288: L289: /** The key of the configuration. e.g. status,timed_out */ L290: String API_PING_search_engine_FIELDS = "api.ping.search_engine.fields"; L291: L292: /** The key of the configuration. e.g. */ L293: String VIRTUAL_HOST_HEADERS = "virtual.host.headers"; L294: L295: /** The key of the configuration. e.g. */ L296: String HTTP_PROXY_HOST = "http.proxy.host";...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
  8. moment-with-locales.min.js

    e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}}),M.defineLocale("ka...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      360.5K bytes
  9. adminlte.min.css.map

    color: #dc3545;\n}\n\n.swal2-icon.swal2-question {\n border-color: ligthen(#6c757d, 20%);\n color: #6c757d;\n}\n\n.swal2-icon.swal2-success {\n border-color: ligthen(#28a745, 20%);\n color: #28a745;\n}\n\n.swal2-icon.swal2-success .swal2-success-ring {\n border-color: ligthen(#28a745, 20%);\n}\n\n.swal2-icon.swal2-success [class^='swal2-success-line'] {\n background-color: #28a745;\n}\n\n.dark-mode .swal2-popup {\n background-color: #343a40;\n color: #e9ecef;\n}\n\n.dark-mode .swal2-popup ...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  10. adminlte.min.css

    al2-error{border-color:ligthen(#dc3545,20%);color:#dc3545}.swal2-icon.swal2-question{border-color:ligthen(#6c757d,20%);color:#6c757d}.swal2-icon.swal2-success{border-color:ligthen(#28a745,20%);color:#28a745}.swal2-icon.swal2-success .swal2-success-ring{border-color:ligthen(#28a745,20%)}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#28a745}.dark-mode .swal2-popup{background-color:#343a40;color:#e9ecef}.dark-mode .swal2-popup .swal2-content,.dark-mode .swal2-popup .swal2-t...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      1.3M bytes
Back to top