On 10/16/2013 4:46 AM, Stavros Delisavas wrote: > My local solr gives me: > http://pastebin.com/Q6d9dFmZ > > and my webserver this: > http://pastebin.com/q87WEjVA > > I copied only the first few hundret lines (of more than 8000) because > the webserver output was to big even for pastebin. > > > > On 16.10.2013 12:27, Erik Hatcher wrote: >> What does the debug output say from debugQuery=true say between the two?
What's really needed here is the first part of the <debug> section, which has rawquerystring, querystring, parsedquery, and parsedquery_toString. The info from your local solr has this part, but what you pasted from the webserver one didn't include those parts, because it's further down than the first few hundred lines. Thanks, Shawn