Re: 'qt' parameter is not working in search call of SolrPhpClient

2014-04-21 Thread Shawn Heisey
On 4/20/2014 10:50 PM, harshrossi wrote: > Yes I know but I am using SolrPhpClient API where by default the search() > function access the '/select' request handler. So I used the 'qt' parameter > to access '/select_test' as given in this link: > > Non-Default Request Handler >

Re: 'qt' parameter is not working in search call of SolrPhpClient

2014-04-20 Thread harshrossi
Yes I know but I am using SolrPhpClient API where by default the search() function access the '/select' request handler. So I used the 'qt' parameter to access '/select_test' as given in this link: Non-Default Request Handler

Re: 'qt' parameter is not working in search call of SolrPhpClient

2014-04-18 Thread Erick Erickson
You're confusing a couple of things here. the /select_test can be accessed by pointing your URL at it rather than using qt, i.e. the destination you're going to will be http://server:port/solr/collection/select_test rather than http://server:port/solr/collection/select Best, Erick On Thu, Apr 17,