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
lient/wiki/FAQ#How_Do_I_Use_A_Non-Default_Request_Handler?> I have used the 'qt' as mentioned in the link but still it points to the default '/select'. Any suggestions? -- View this message in context: http://lucene.472066.n3.nabble.com/qt-parameter-is-not-workin

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

2014-04-18 Thread Erick Erickson
ault > '/select' handler in solr config file. > > Just to confirm I put the custom request handler code in default handler and > it worked. > > Why is this happening? Am I not setting it right? > > Please help! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/qt-parameter-is-not-working-in-search-call-of-SolrPhpClient-tp4131934.html > Sent from the Solr - User mailing list archive at Nabble.com.

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

2014-04-17 Thread harshrossi
ot call the request handler at all. The call goes to the default '/select' handler in solr config file. Just to confirm I put the custom request handler code in default handler and it worked. Why is this happening? Am I not setting it right? Please help! -- View this message in context