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:
Yonik Seeley 2007-05-26 21:11:06 +00:00
parent 5ea9310021
commit 9f9eedc73a
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@
& separated key=val pairs ... but there shouldn't be any
URL escaping of the values -->
<pingQuery>
qt=dismax&amp;q=solr&amp;start=3&amp;fq=id:[* TO *]&amp;fq=cat:[* TO *]
qt=standard&amp;q=solrpingquery
</pingQuery>
<!-- configure a healthcheck file for servers behind a loadbalancer
<healthcheck type="file">server-enabled</healthcheck>