mirror of https://github.com/apache/lucene.git
SOLR-14210: Fix precommit for javadocs
This commit is contained in:
parent
60545a89e0
commit
ceeb55c7f5
|
@ -46,12 +46,12 @@ import static org.apache.solr.common.params.CommonParams.STATUS;
|
||||||
* <p>
|
* <p>
|
||||||
* By default the handler returns status <code>200 OK</code> if all checks succeed, else it returns
|
* By default the handler returns status <code>200 OK</code> if all checks succeed, else it returns
|
||||||
* status <code>503 UNAVAILABLE</code>:
|
* status <code>503 UNAVAILABLE</code>:
|
||||||
|
* </p>
|
||||||
* <ol>
|
* <ol>
|
||||||
* <li>Cores container is active.</li>
|
* <li>Cores container is active.</li>
|
||||||
* <li>Node connected to zookeeper.</li>
|
* <li>Node connected to zookeeper.</li>
|
||||||
* <li>Node listed in <code>live_nodes</code> in zookeeper.</li>
|
* <li>Node listed in <code>live_nodes</code> in zookeeper.</li>
|
||||||
* </ol>
|
* </ol>
|
||||||
* </p>
|
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* The handler takes an optional request parameter <code>requireHealthyCores=true</code>
|
* The handler takes an optional request parameter <code>requireHealthyCores=true</code>
|
||||||
|
|
Loading…
Reference in New Issue