mirror of https://github.com/apache/lucene.git
give a ping query that works with many different schemas, and is easy to see the source of in the logs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ea9310021
commit
9f9eedc73a
|
@ -444,7 +444,7 @@
|
||||||
& separated key=val pairs ... but there shouldn't be any
|
& separated key=val pairs ... but there shouldn't be any
|
||||||
URL escaping of the values -->
|
URL escaping of the values -->
|
||||||
<pingQuery>
|
<pingQuery>
|
||||||
qt=dismax&q=solr&start=3&fq=id:[* TO *]&fq=cat:[* TO *]
|
qt=standard&q=solrpingquery
|
||||||
</pingQuery>
|
</pingQuery>
|
||||||
<!-- configure a healthcheck file for servers behind a loadbalancer
|
<!-- configure a healthcheck file for servers behind a loadbalancer
|
||||||
<healthcheck type="file">server-enabled</healthcheck>
|
<healthcheck type="file">server-enabled</healthcheck>
|
||||||
|
|
Loading…
Reference in New Issue