mirror of https://github.com/apache/lucene.git
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:
parent
76cd8e7110
commit
56c1269ff5
|
@ -267,7 +267,7 @@
|
|||
& separated key=val pairs ... but there shouldn't be any
|
||||
URL escaping of the values -->
|
||||
<pingQuery>
|
||||
qt=dismax&q=solr&start=3&fq=id:[* TO *]&fq=cat:[* TO *]
|
||||
q=solr
|
||||
</pingQuery>
|
||||
<!-- configure a healthcheck file for servers behind a loadbalancer
|
||||
<healthcheck type="file">server-enabled</healthcheck>
|
||||
|
|
Loading…
Reference in New Issue