Re: Debug different Results from different Request Handlers

2014-06-18 Thread O. Olson
, 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
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-different-Request-Handlers-tp4141804p4141859.html Sent from the Solr - User

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.

Re: Debug different Results from different Request Handlers

2014-06-14 Thread O. Olson
.nabble.com/Debug-different-Results-from-different-Request-Handlers-tp4141804p4141859.html Sent from the Solr - User mailing list archive at Nabble.com.

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:    requestHandler name=/products class=solr.SearchHandler And another with regular XML: requestHandler name=/search class=org.apache.solr.handler.component.SearchHandler I am seeing different