Re: Debug different Results from different Request Handlers

2014-06-18 Thread O. Olson
get this to work, but it works for now. Thanks again to you all. O. O. -- View this message in context: http://lucene.472066.n3.nabble.com/Debug-different-Results-from-different-Request-Handlers-tp4141804p4142716.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Debug different Results from different Request Handlers

2014-06-16 Thread Erik Hatcher
s show which is the Query Parser? I can post more of my > solrconfig.xml if necessary. > > I am curious where the Query Parser hands over the parameters to the Solr > engine that would be common irrespective of Request Handler i.e. I am trying > to put debugging statements in

Re: Debug different Results from different Request Handlers

2014-06-14 Thread O. Olson
ould be common irrespective of Request Handler i.e. I am trying to put debugging statements into the common code so that these can dump out intermediate results to the log. Thanks again Erik. O. O. -- View this message in context: http://lucene.472066.n3.nabble.com/Debug-different-Results-from-dif

Re: Debug different Results from different Request Handlers

2014-06-14 Thread Erik Hatcher
Try /products?wt=xml and compare. VRW is just a writer; it doesn't affect the results in any way. Let's see the rest of those handler definitions - different query parser is my hunch. Or maybe your velocity template is not showing the actual results? Erik > On Jun 13, 2014, at 22:44, "O.

Debug different Results from different Request Handlers

2014-06-13 Thread O. Olson
Hi, In my solrcofig.xml I have one Request Handler displaying the results using Apache Velocity:    And another with regular XML: I am seeing different results when I use these two handlers.  Search Query: hp|lync  (Or on the URL  q=hp%7Elync) I see 0 results when I use the first handler