Closed GoogleCodeExporter closed 9 years ago
Can we outline the use case for this?
My assumption is that you've set up a new requestHandler element in your
solrconfig.xml and given it a path
like "/myhandler" rather than a simple name like "myhandler". If you use the
simple name instead then you
can access it with the qt=myhandler parameter through the request dispatcher
(select servlet).
$solr->search("query", 0, 10, array('qt' => 'myhandler'));
I believe this is the preferred best practice since all solr example request
handlers are setup this way.
Original comment by donovan....@gmail.com
on 12 Aug 2009 at 2:29
Original comment by donovan....@gmail.com
on 8 Feb 2010 at 6:27
Original issue reported on code.google.com by
acquia.t...@googlemail.com
on 11 Aug 2009 at 1:47