On Sun, Aug 16, 2009 at 5:46 AM, Jonathan Vanasco <jvana...@2xlp.com> wrote:

> I'm assuming this is simple, and I'm just completely not finding the answer
> in the docs...
>
> I have two request handlers based on dismax
>
>  <requestHandler name="site_search_main" class="solr.SearchHandler" >
>  </requestHandler>
>  <requestHandler name="site_search_main_extended_fields"
> class="solr.SearchHandler" >
>  </requestHandler>
>
> How can i support both ?
>
> I've only figured out how to have one active, and its killing me.
>

Use the qt parameter and specify the name of the handler.

e.g. qt=site_search_main

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to