Yonik Seeley wrote:
Oh wait... Andrew, were you always testing via "ping"?
Check out what the ping query is configured as in solrconfig.xml:
<pingQuery>
qt=dismax&q=solr&start=3&fq=id:[* TO *]&fq=cat:[*
TO *]
</pingQuery>
Perhaps we should change it to something simple by default??? "q=solr"?
That solves the Jetty failure mystery... so it looks like you either
have a tomcat setup problem, or a Solr bug that only shows under
tomcat.
Yes, this is the problem! Good catch :) I have been testing via ping.
However this still does not solve my original problem ... I will dig a
bit more and see what I can find.
Thanks
Andrew