use standard request handler for ping request; dismax is not currently defined in our config

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-13 04:30:11 +00:00
parent 76cd8e7110
commit 56c1269ff5
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,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 *]
q=solr
</pingQuery>
<!-- configure a healthcheck file for servers behind a loadbalancer
<healthcheck type="file">server-enabled</healthcheck>