example of healthcheck file config

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-02-24 03:51:40 +00:00
parent c03c23bc41
commit 4a52b6acc1
1 changed files with 4 additions and 0 deletions

View File

@ -188,6 +188,10 @@
<defaultQuery>solr</defaultQuery>
<gettableFiles>solrconfig.xml schema.xml</gettableFiles>
<pingQuery>q=id:0&amp;start=0&amp;rows=0</pingQuery>
<!-- configure a healthcheck file for servers behind a loadbalancer
<healthcheck type="file">server-enabled</healthcheck>
-->
</admin>
</config>